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 SummaryConstructorsConstructorDescriptionApplicationCreateEvent(String p_strApplicationGuid) ApplicationCreateEvent(String p_strApplicationGuid, long p_lTimeStamp) 
- 
Method SummaryModifier 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- 
getApplicationGuidDescription copied from interface:IApplicationAdminEventThe the GUID of the application this event belongs to.- Specified by:
- getApplicationGuidin interface- IApplicationAdminEvent
- Returns:
- The application GUID.
 
- 
getTimestamppublic long getTimestamp()- Specified by:
- getTimestampin interface- de.uplanet.lucy.server.events.ITimestampedEvent
 
 
-