Uses of Interface
com.iizix.prop.IPropMgrOwner
Packages that use IPropMgrOwner Package Description com.iizigo.panel com.iizix.prop com.iizix.server.monitor com.iizix.server.prop com.iizix.test.client Uses of IPropMgrOwner in com.iizigo.panel
Classes in com.iizigo.panel that implement IPropMgrOwner Modifier and Type Class Description class
ClientSideEditor
Class for client-side editor.Uses of IPropMgrOwner in com.iizix.prop
Methods in com.iizix.prop that return IPropMgrOwner Modifier and Type Method Description IPropMgrOwner
PropMgr. getOwner()
Gets the owner Object of this Property Manager instance.Methods in com.iizix.prop with parameters of type IPropMgrOwner Modifier and Type Method Description void
PropMgr. setOwner(IPropMgrOwner owner)
Sets the owner Object, can only be done once.Uses of IPropMgrOwner in com.iizix.server.monitor
Subinterfaces of IPropMgrOwner in com.iizix.server.monitor Modifier and Type Interface Description interface
IVirtualizedMonitor
Callback used when the Virtualized Monitor property is created.Uses of IPropMgrOwner in com.iizix.server.prop
Classes in com.iizix.server.prop that implement IPropMgrOwner Modifier and Type Class Description class
RootPropTransactionSender
Class used to listen to a property container and to send events when required.Uses of IPropMgrOwner in com.iizix.test.client
Classes in com.iizix.test.client that implement IPropMgrOwner Modifier and Type Class Description class
NonUIClient
Class emulating a non-UI client.