Class SemiRenewalEvent

java.lang.Object
org.semispace.event.SemiEvent
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 Details

    • SemiRenewalEvent

      public SemiRenewalEvent(long id, long liveUntil)
  • Method Details

    • 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