Class SemiExpirationEvent

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

public class SemiExpirationEvent extends SemiEvent
Given element has been removed due to expiration.
  • Constructor Details

    • SemiExpirationEvent

      public SemiExpirationEvent(long id)
  • Method Details

    • getId

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