Class ApplicationUpdateEvent
java.lang.Object
de.uplanet.lucy.server.businesslogic.adminapp.ApplicationUpdateEvent
- All Implemented Interfaces:
- IApplicationAdminEvent,- IApplicationUpdateEvent,- IServerEvent,- de.uplanet.lucy.server.events.ITimestampedEvent,- Serializable
@Scriptable
public final class ApplicationUpdateEvent
extends Object
implements IApplicationUpdateEvent, Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionApplicationUpdateEvent(String p_strApplicationGuid) ApplicationUpdateEvent(String p_strApplicationGuid, long p_lTimeStamp) 
- 
Method SummaryModifier and TypeMethodDescriptionThe the GUID of the application this event belongs to.long
- 
Constructor Details- 
ApplicationUpdateEvent@ConstructorProperties("applicationGuid") public ApplicationUpdateEvent(String p_strApplicationGuid) 
- 
ApplicationUpdateEvent@ConstructorProperties({"applicationGuid","timestamp"}) public ApplicationUpdateEvent(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
 
 
-