org.semispace.event
Class SemiTakenEvent

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

public class SemiTakenEvent
extends SemiEvent

Signifies that an object has been taken out of the space


Constructor Summary
SemiTakenEvent(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

SemiTakenEvent

public SemiTakenEvent(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.