Uses of Class
org.semispace.event.SemiEvent

Packages that use SemiEvent
org.semispace   
org.semispace.comet.server   
org.semispace.event   
org.semispace.google.space.address   
org.semispace.space.tutorial   
 

Uses of SemiEvent in org.semispace
 

Classes in org.semispace with type parameters of type SemiEvent
 interface SemiEventListener<E extends SemiEvent>
          Event listener interface
 

Methods in org.semispace that return SemiEvent
 SemiEvent DistributedEvent.getEvent()
           
 

Constructors in org.semispace with parameters of type SemiEvent
DistributedEvent(String holderClassName, SemiEvent event, Map<String,String> map)
           
 

Uses of SemiEvent in org.semispace.comet.server
 

Methods in org.semispace.comet.server with parameters of type SemiEvent
 void SemiSpaceCometListener.notify(SemiEvent theEvent)
           
 

Uses of SemiEvent in org.semispace.event
 

Subclasses of SemiEvent in org.semispace.event
 class SemiAvailabilityEvent
          An object has become available.
 class SemiExpirationEvent
          Given element has been removed due to expiration.
 class SemiRenewalEvent
          Object with id has been renewed, and now has a different expiration date, which may be shorter...
 class SemiTakenEvent
          Signifies that an object has been taken out of the space
 

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

Methods in org.semispace.google.space.address with parameters of type SemiEvent
 void GoogleAddressFetcher.notify(SemiEvent theEvent)
           
 

Uses of SemiEvent in org.semispace.space.tutorial
 

Methods in org.semispace.space.tutorial with parameters of type SemiEvent
 void NotifyFromSpace.notify(SemiEvent theEvent)
           
 



Copyright © 2008-2012. All Rights Reserved.