Uses of Interface
org.semispace.SemiEventListener
Packages that use SemiEventListener
-
Uses of SemiEventListener in org.semispace
Classes in org.semispace that implement SemiEventListenerMethods in org.semispace that return SemiEventListenerMethods in org.semispace with parameters of type SemiEventListenerModifier and TypeMethodDescriptionSemiSpace.notify(Object tmpl, SemiEventListener listener, long duration) None of the parameters can be nullSemiSpace.notify(Map<String, String> searchProps, SemiEventListener listener, long duration) Basically the same as the notify method demanded by the interface, except that it accepts search properties directly.SemiSpaceInterface.notify(Object template, SemiEventListener<? extends SemiEvent> listener, long duration) Register a listener for a particular template search.Constructors in org.semispace with parameters of type SemiEventListenerModifierConstructorDescriptionListenerHolder(long id, SemiEventListener listener, long liveUntil, Map<String, String> map) -
Uses of SemiEventListener in org.semispace.actor
Classes in org.semispace.actor that implement SemiEventListener