Package com.iizix.prop
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 Summary
Modifier and TypeMethodDescriptiongetClientContextMenuReference
(UIContextMenu contextMenu) Gets the reference to use for a context menu.void
Called when a RemoteEvent has been added and needs sending (along with all properties, etc).
Method Details
onRemoteEventQueued
void onRemoteEventQueued()Called when a RemoteEvent has been added and needs sending (along with all properties, etc).getClientContextMenuReference
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).