Interface IPropMgrOwner

All Known Subinterfaces:
IVirtualizedMonitor
All Known Implementing Classes:
ClientSideEditor, NonUIClient, RootPropTransactionSender

public interface IPropMgrOwner
Interface used to implement the Property Manager Owner actions.
Author:
Christopher Mindus
  • Method Details

    • onRemoteEventQueued

      void onRemoteEventQueued()
      Called when a RemoteEvent has been added and needs sending (along with all properties, etc).
    • getClientContextMenuReference

      String getClientContextMenuReference(UIContextMenu contextMenu)
      Gets the reference to use for a context menu.
      Parameters:
      contextMenu - The context menu.
      Returns:
      The reference to use, empty string for none (never null).