org.semispace.event
Class SemiEvent

java.lang.Object
  extended by org.semispace.event.SemiEvent
Direct Known Subclasses:
SemiAvailabilityEvent, SemiExpirationEvent, SemiRenewalEvent, SemiTakenEvent

public abstract class SemiEvent
extends Object

An event on an element in the semispace. The event as such is distributed through notify (by terracotta).


Constructor Summary
SemiEvent()
           
 
Method Summary
abstract  long getId()
          The id of the object in the system
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemiEvent

public SemiEvent()
Method Detail

getId

public abstract long getId()
The id of the object in the system



Copyright © 2008-2012. All Rights Reserved.