Klasse ApplicationAfterDeleteEvent
java.lang.Object
de.uplanet.lucy.server.businesslogic.adminapp.ApplicationAfterDeleteEvent
- Alle implementierten Schnittstellen:
IApplicationAdminEvent,IApplicationAfterDeleteEvent,IServerEvent,de.uplanet.lucy.server.events.ITimestampedEvent,Serializable
@Scriptable
public final class ApplicationAfterDeleteEvent
extends Object
implements IApplicationAfterDeleteEvent, Serializable
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungApplicationAfterDeleteEvent(String p_strApplicationGuid) ApplicationAfterDeleteEvent(String p_strApplicationGuid, long p_lTimeStamp) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe the GUID of the application this event belongs to.long
-
Konstruktordetails
-
ApplicationAfterDeleteEvent
@ConstructorProperties("applicationGuid") public ApplicationAfterDeleteEvent(String p_strApplicationGuid) -
ApplicationAfterDeleteEvent
@ConstructorProperties({"applicationGuid","timestamp"}) public ApplicationAfterDeleteEvent(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
-