Class ApplicationCreateEvent
java.lang.Object
de.uplanet.lucy.server.businesslogic.adminapp.ApplicationCreateEvent
- All Implemented Interfaces:
IApplicationAdminEvent,IApplicationCreateEvent,IServerEvent,de.uplanet.lucy.server.events.ITimestampedEvent,Serializable
@Scriptable
public final class ApplicationCreateEvent
extends Object
implements IApplicationCreateEvent, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationCreateEvent(String p_strApplicationGuid) ApplicationCreateEvent(String p_strApplicationGuid, long p_lTimeStamp) -
Method Summary
Modifier and TypeMethodDescriptionThe the GUID of the application this event belongs to.long
-
Constructor Details
-
ApplicationCreateEvent
@ConstructorProperties("applicationGuid") public ApplicationCreateEvent(String p_strApplicationGuid) -
ApplicationCreateEvent
@ConstructorProperties({"applicationGuid","timestamp"}) public ApplicationCreateEvent(String p_strApplicationGuid, long p_lTimeStamp)
-
-
Method Details
-
getApplicationGuid
Description copied from interface:IApplicationAdminEventThe the GUID of the application this event belongs to.- Specified by:
getApplicationGuidin interfaceIApplicationAdminEvent- Returns:
- The application GUID.
-
getTimestamp
public long getTimestamp()- Specified by:
getTimestampin interfacede.uplanet.lucy.server.events.ITimestampedEvent
-