Package org.openntf.domino.xots.events

Examples of org.openntf.domino.xots.events.CustomNamedEvent


    testRun.queue();
    ExtLibUtil.getApplicationScope().put("MessageFromXotsConstructor", "Should be complete now (set from util)");
  }

  public static void triggerEvent() {
    CustomNamedEvent event = new CustomNamedEvent("testEvent", "hey");
    XotsDaemon.publishEvent(event);
  }
View Full Code Here

TOP

Related Classes of org.openntf.domino.xots.events.CustomNamedEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.