Interface IPortletEvent

All Superinterfaces:
IServerEvent
All Known Subinterfaces:
IPortletInstanceDeletedEvent

@Scriptable public interface IPortletEvent extends IServerEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the unique identifier of the manager instance that is the origin of this event.
  • Method Details

    • getManagerId

      String getManagerId()
      Get the unique identifier of the manager instance that is the origin of this event.
      Returns:
      The unique identifier of the manager instance.