org.semispace.event
Class SemiExpirationEvent

java.lang.Object
  extended by org.semispace.event.SemiEvent
      extended by org.semispace.event.SemiExpirationEvent

public class SemiExpirationEvent
extends SemiEvent

Given element has been removed due to expiration.


Constructor Summary
SemiExpirationEvent(long id)
           
 
Method Summary
 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

SemiExpirationEvent

public SemiExpirationEvent(long id)
Method Detail

getId

public long getId()
Description copied from class: SemiEvent
The id of the object in the system

Specified by:
getId in class SemiEvent


Copyright © 2008-2012. All Rights Reserved.