Package com.iizix.server.monitor
Interface IVirtualizedMonitor
- All Superinterfaces:
IPropMgrOwner
Callback used when the Virtualized Monitor property is created.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
onServerPlugins
(String plugins) Replies with the registered plug-in's.void
Called when the Server side VirtualizedMonitorEndPoint has been populated.Methods inherited from interface com.iizix.prop.IPropMgrOwner
getClientContextMenuReference, onRemoteEventQueued
Method Details
onServerPlugins
Replies with the registered plug-in's.- Parameters:
plugins
- The list of comma separated plug-in's as "com.iixix...".
onVMPopulated
void onVMPopulated()Called when the Server side VirtualizedMonitorEndPoint has been populated.