Klasse ApplicationUpdateEvent

java.lang.Object
de.uplanet.lucy.server.businesslogic.adminapp.ApplicationUpdateEvent
Alle implementierten Schnittstellen:
IApplicationAdminEvent, IApplicationUpdateEvent, IServerEvent, de.uplanet.lucy.server.events.ITimestampedEvent, Serializable

@Scriptable public final class ApplicationUpdateEvent extends Object implements IApplicationUpdateEvent, Serializable
Siehe auch:
  • Konstruktordetails

    • ApplicationUpdateEvent

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

      @ConstructorProperties({"applicationGuid","timestamp"}) public ApplicationUpdateEvent(String p_strApplicationGuid, long p_lTimeStamp)
  • Methodendetails

    • getApplicationGuid

      public String getApplicationGuid()
      Beschreibung aus Schnittstelle kopiert: IApplicationAdminEvent
      The the GUID of the application this event belongs to.
      Angegeben von:
      getApplicationGuid in Schnittstelle IApplicationAdminEvent
      Gibt zurück:
      The application GUID.
    • getTimestamp

      public long getTimestamp()
      Angegeben von:
      getTimestamp in Schnittstelle de.uplanet.lucy.server.events.ITimestampedEvent