Interface IWrappedServerEventWorkflowEvent

All Superinterfaces:
IWorkflowEvent

@Scriptable public interface IWrappedServerEventWorkflowEvent extends IWorkflowEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uplanet.lucy.server.events.IServerEvent
    Get the wrapped IServerEvent.
  • Method Details

    • getWrappedEvent

      de.uplanet.lucy.server.events.IServerEvent getWrappedEvent()
      Get the wrapped IServerEvent.
      Returns:
      The wrapped IServerEvent.