Interface IWorkpageContainerListener

All Known Implementing Classes:
WorkpageContainerDefaultListener

public interface IWorkpageContainerListener
Interface for reacting on events within the workplace management. THis interface may be extended in future times, so best use class WorkpageContainerDefaultListener as base class for your implementation.
  • Method Details

    • reactOnWorkpageDrop

      void reactOnWorkpageDrop(String workpageContainerId, String workpageTechId, int horizontalPercentage, int verticalPercentage)
    • reactOnWorkpageAdded

      void reactOnWorkpageAdded(IWorkpage workpage)
    • reactOnWorkpageRemoved

      void reactOnWorkpageRemoved(IWorkpage workpage)
    • reactOnWorkpageSwitchedTo

      void reactOnWorkpageSwitchedTo(IWorkpage workpage)
    • reactOnWorkpageMoved

      void reactOnWorkpageMoved(IWorkpage workpage, IWorkpageContainer from, IWorkpageContainer to)
    • reactOnWorkpageContainerGotEmpty

      void reactOnWorkpageContainerGotEmpty(String workpageContainerId)
    • reactOnPerspectiveUpdate

      void reactOnPerspectiveUpdate(WorkplaceTileInfo perspective)
    • reactOnSelectorUserSelection

      boolean reactOnSelectorUserSelection(IWorkpageContainer workpageContainer, int fromIndex, int toIndex, IWorkpage fromWorkpage, IWorkpage toWorkpage)
      Returns:
      false => do not perform selector activity.
      true => perform selector activity