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