Class ApplicationAfterDeleteEvent

java.lang.Object
de.uplanet.lucy.server.businesslogic.adminapp.ApplicationAfterDeleteEvent
All Implemented Interfaces:
IApplicationAdminEvent, IApplicationAfterDeleteEvent, IServerEvent, de.uplanet.lucy.server.events.ITimestampedEvent, Serializable

@Scriptable public final class ApplicationAfterDeleteEvent extends Object implements IApplicationAfterDeleteEvent, Serializable
See Also:
  • Constructor Details

    • ApplicationAfterDeleteEvent

      @ConstructorProperties("applicationGuid") public ApplicationAfterDeleteEvent(String p_strApplicationGuid)
    • ApplicationAfterDeleteEvent

      @ConstructorProperties({"applicationGuid","timestamp"}) public ApplicationAfterDeleteEvent(String p_strApplicationGuid, long p_lTimeStamp)
  • Method Details

    • getApplicationGuid

      public String getApplicationGuid()
      Description copied from interface: IApplicationAdminEvent
      The the GUID of the application this event belongs to.
      Specified by:
      getApplicationGuid in interface IApplicationAdminEvent
      Returns:
      The application GUID.
    • getTimestamp

      public long getTimestamp()
      Specified by:
      getTimestamp in interface de.uplanet.lucy.server.events.ITimestampedEvent