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 Summary

    Modifier and Type
    Method
    Description
    The the GUID of the application this event belongs to.

    Methods inherited from interface de.uplanet.lucy.server.events.ITimestampedEvent

    getTimestamp
  • Method Details

    • getApplicationGuid

      String getApplicationGuid()
      The the GUID of the application this event belongs to.
      Returns:
      The application GUID.