Uses of Interface
org.semispace.SemiEventListener

Packages that use SemiEventListener
org.semispace   
org.semispace.actor   
org.semispace.comet.client   
org.semispace.comet.server   
org.semispace.google.space.address   
org.semispace.space.tutorial   
org.semispace.ws.client   
 

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.
 

Uses of SemiEventListener in org.semispace.comet.client
 

Methods in org.semispace.comet.client with parameters of type SemiEventListener
 SemiEventRegistration SemiSpaceCometProxy.notify(Object template, SemiEventListener listener, long duration)
           
 

Constructors in org.semispace.comet.client with parameters of type SemiEventListener
NotificationClient(int callId, SemiEventListener listener)
           
NotificationMitigator(org.cometd.client.BayeuxClient client, int callId, SemiEventListener listener, long timeOutInMs)
           
 

Uses of SemiEventListener in org.semispace.comet.server
 

Classes in org.semispace.comet.server that implement SemiEventListener
 class SemiSpaceCometListener
           
 

Uses of SemiEventListener in org.semispace.google.space.address
 

Classes in org.semispace.google.space.address that implement SemiEventListener
 class GoogleAddressFetcher
           
 

Uses of SemiEventListener in org.semispace.space.tutorial
 

Classes in org.semispace.space.tutorial that implement SemiEventListener
 class NotifyFromSpace
           
 

Uses of SemiEventListener in org.semispace.ws.client
 

Methods in org.semispace.ws.client with parameters of type SemiEventListener
 SemiEventRegistration SemiSpaceProxy.notify(Object template, SemiEventListener listener, long duration)
          Notify is illegal to use in proxy
 SemiEventRegistration SemiSpaceTokenProxy.notify(Object template, SemiEventListener listener, long duration)
          Notify is illegal to use in proxy
 



Copyright © 2008-2012. All Rights Reserved.