Schnittstelle IApplicationAdminEvent
- Alle Superschnittstellen:
IServerEvent,de.uplanet.lucy.server.events.ITimestampedEvent
- Alle bekannten Unterschnittstellen:
IApplicationAfterDeleteEvent,IApplicationBeforeDeleteEvent,IApplicationCreateEvent,IApplicationCssModifiedEvent,IApplicationJavaScriptModifiedEvent,IApplicationUpdateEvent
- Alle bekannten Implementierungsklassen:
ApplicationAfterDeleteEvent,ApplicationBeforeDeleteEvent,ApplicationCreateEvent,ApplicationCssModifiedEvent,ApplicationJavaScriptModifiedEvent,ApplicationUpdateEvent
@Scriptable
public interface IApplicationAdminEvent
extends IServerEvent, de.uplanet.lucy.server.events.ITimestampedEvent
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe the GUID of the application this event belongs to.Von Schnittstelle geerbte Methoden de.uplanet.lucy.server.events.ITimestampedEvent
getTimestamp
-
Methodendetails
-
getApplicationGuid
String getApplicationGuid()The the GUID of the application this event belongs to.- Gibt zurück:
- The application GUID.
-