Interface IApplicationAdminEvent
- All Superinterfaces:
- IServerEvent,- de.uplanet.lucy.server.events.ITimestampedEvent
- All Known Subinterfaces:
- IApplicationAfterDeleteEvent,- IApplicationBeforeDeleteEvent,- IApplicationCreateEvent,- IApplicationCssModifiedEvent,- IApplicationJavaScriptModifiedEvent,- IApplicationUpdateEvent
- All Known Implementing Classes:
- ApplicationAfterDeleteEvent,- ApplicationBeforeDeleteEvent,- ApplicationCreateEvent,- ApplicationCssModifiedEvent,- ApplicationJavaScriptModifiedEvent,- ApplicationUpdateEvent
@Scriptable
public interface IApplicationAdminEvent
extends IServerEvent, de.uplanet.lucy.server.events.ITimestampedEvent
- 
Method SummaryModifier and TypeMethodDescriptionThe the GUID of the application this event belongs to.Methods inherited from interface de.uplanet.lucy.server.events.ITimestampedEventgetTimestamp
- 
Method Details- 
getApplicationGuidString getApplicationGuid()The the GUID of the application this event belongs to.- Returns:
- The application GUID.
 
 
-