Uses of Interface
org.semispace.SemiEventListener

Packages that use SemiEventListener
org.semispace   
org.semispace.actor   
 

Uses of SemiEventListener in org.semispace
 

Classes in org.semispace that implement SemiEventListener
 class SemiBlockingListener
          Block until notification or timeout.
 

Methods in org.semispace that return SemiEventListener
 SemiEventListener ListenerHolder.getListener()
           
 

Methods in org.semispace with parameters of type SemiEventListener
 SemiEventRegistration SemiSpace.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.
 SemiEventRegistration SemiSpace.notify(Object tmpl, SemiEventListener listener, long duration)
          None of the parameters can be null
 SemiEventRegistration SemiSpaceInterface.notify(Object template, SemiEventListener listener, long duration)
          Register a listener for a particular template search.
 

Constructors in org.semispace with parameters of type SemiEventListener
ListenerHolder(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
 class ActorNotification
          Listener of a semispace template.
 



Copyright © 2008-2012. All Rights Reserved.