Package com.iizix.prop
Interface IPropMgrOwner
- All Known Subinterfaces:
- IVirtualizedMonitor
 - All Known Implementing Classes:
- ClientSideEditor,- NonUIClient,- RootPropTransactionSender
 - public interface IPropMgrOwnerInterface used to implement the Property Manager Owner actions.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - java.lang.String- getClientContextMenuReference(UIContextMenu contextMenu)Gets the reference to use for a context menu.- void- onRemoteEventQueued()Called when a RemoteEvent has been added and needs sending (along with all properties, etc).
 
- Method Detail- onRemoteEventQueued- void onRemoteEventQueued() Called when a RemoteEvent has been added and needs sending (along with all properties, etc).
 - getClientContextMenuReference- java.lang.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).