Uses of Interface
org.hcjf.events.Event
-
Packages that use Event Package Description org.hcjf.events -
-
Uses of Event in org.hcjf.events
Classes in org.hcjf.events with type parameters of type Event Modifier and Type Interface Description interfaceEventListener<E extends Event>This class resolve the interface to receive events of the instance.static interfaceEvents.EventCollector<E extends Event>Subinterfaces of Event in org.hcjf.events Modifier and Type Interface Description interfaceDistributedEventClasses in org.hcjf.events that implement Event Modifier and Type Class Description classRemoteEventThis class only wrap an instance of distributed event in order to prevent the object from being sent again.Methods in org.hcjf.events with type parameters of type Event Modifier and Type Method Description static <E extends Event>
EEvents. waitForEvent(java.lang.Class<E> eventClass)static <E extends Event>
EEvents. waitForEvent(java.lang.Class<E> eventClass, long timeout)static <O,E extends Event>
OEvents. waitForEvent(java.lang.Class<E> eventClass, Events.EventCollector<E> eventCollector)static <O,E extends Event>
OEvents. waitForEvent(java.lang.Class<E> eventClass, Events.EventCollector<E> eventCollector, long timeout)Methods in org.hcjf.events with parameters of type Event Modifier and Type Method Description static voidEvents. sendEvent(Event event)Send event.
-