org.semispace.event
Class SemiEvent
java.lang.Object
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).
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 |
SemiEvent
public SemiEvent()
getId
public abstract long getId()
- The id of the object in the system
Copyright © 2008-2012. All Rights Reserved.