Class ApplicationBeforeDeleteEvent
- java.lang.Object
-
- de.uplanet.lucy.server.businesslogic.adminapp.ApplicationBeforeDeleteEvent
-
- All Implemented Interfaces:
IApplicationAdminEvent
,IApplicationBeforeDeleteEvent
,IServerEvent
,de.uplanet.lucy.server.events.ITimestampedEvent
,Serializable
@Scriptable public final class ApplicationBeforeDeleteEvent extends Object implements IApplicationBeforeDeleteEvent, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationBeforeDeleteEvent(String p_strApplicationGuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationGuid()
long
getTimestamp()
-
-
-
Constructor Detail
-
ApplicationBeforeDeleteEvent
@ConstructorProperties("applicationGuid") public ApplicationBeforeDeleteEvent(String p_strApplicationGuid)
-
-
Method Detail
-
getApplicationGuid
public String getApplicationGuid()
- Specified by:
getApplicationGuid
in interfaceIApplicationAdminEvent
-
getTimestamp
public long getTimestamp()
- Specified by:
getTimestamp
in interfacede.uplanet.lucy.server.events.ITimestampedEvent
-
-