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:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungApplicationUpdateEvent(String p_strApplicationGuid) ApplicationUpdateEvent(String p_strApplicationGuid, long p_lTimeStamp) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe the GUID of the application this event belongs to.long
-
Konstruktordetails
-
ApplicationUpdateEvent
@ConstructorProperties("applicationGuid") public ApplicationUpdateEvent(String p_strApplicationGuid) -
ApplicationUpdateEvent
@ConstructorProperties({"applicationGuid","timestamp"}) public ApplicationUpdateEvent(String p_strApplicationGuid, long p_lTimeStamp)
-
-
Methodendetails
-
getApplicationGuid
Beschreibung aus Schnittstelle kopiert:IApplicationAdminEventThe the GUID of the application this event belongs to.- Angegeben von:
getApplicationGuidin SchnittstelleIApplicationAdminEvent- Gibt zurück:
- The application GUID.
-
getTimestamp
public long getTimestamp()- Angegeben von:
getTimestampin Schnittstellede.uplanet.lucy.server.events.ITimestampedEvent
-