Class ApplicationUpdateEvent

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

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

    • ApplicationUpdateEvent

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

      @ConstructorProperties({"applicationGuid","timestamp"}) public ApplicationUpdateEvent(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