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 SummaryModifier and TypeMethodDescription- getClientContextMenuReference- (UIContextMenu contextMenu) Gets the reference to use for a context menu.- voidCalled when a RemoteEvent has been added and needs sending (along with all properties, etc).
- Method Details- onRemoteEventQueuedvoid onRemoteEventQueued()Called when a RemoteEvent has been added and needs sending (along with all properties, etc).
- getClientContextMenuReferenceGets the reference to use for a context menu.- Parameters:
- contextMenu- The context menu.
- Returns:
- The reference to use, empty string for none (never null).