org.semispace.event
Class SemiRenewalEvent

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

public class SemiRenewalEvent
extends SemiEvent

Object with id has been renewed, and now has a different expiration date, which may be shorter...


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

Constructor Detail

SemiRenewalEvent

public SemiRenewalEvent(long id,
                        long liveUntil)
Method Detail

getLiveUntil

public long getLiveUntil()

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.