org.semispace
Class SemiEventRegistration

java.lang.Object
  extended by org.semispace.SemiEventRegistration

public class SemiEventRegistration
extends Object

Registration object for an event. Notice than an registration is only valid on the instance it was registered to / on.


Constructor Summary
SemiEventRegistration(long id, SemiLease lease)
           
 
Method Summary
 long getId()
           
 SemiLease getLease()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemiEventRegistration

public SemiEventRegistration(long id,
                             SemiLease lease)
Method Detail

getId

public long getId()

getLease

public SemiLease getLease()


Copyright © 2008-2012. All Rights Reserved.