org.controlhaus.xfire.client
Class XFireClientControlImplInitializer
java.lang.Object
org.apache.beehive.controls.runtime.bean.ImplInitializer
org.controlhaus.xfire.client.XFireClientControlImplInitializer
public class XFireClientControlImplInitializer
- extends org.apache.beehive.controls.runtime.bean.ImplInitializer
Method Summary |
void |
initEventProxies(org.apache.beehive.controls.runtime.bean.ControlBean bean,
java.lang.Object target)
Initializes the nested client event proxies required by the implementation |
void |
initServices(org.apache.beehive.controls.runtime.bean.ControlBean bean,
java.lang.Object target)
Initializes the nested contextual services required by the implementation |
void |
resetServices(org.apache.beehive.controls.runtime.bean.ControlBean bean,
java.lang.Object target)
Resets all nested contextual services instances to null |
Methods inherited from class org.apache.beehive.controls.runtime.bean.ImplInitializer |
getEventNotifier, initControls, initialize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XFireClientControlImplInitializer
public XFireClientControlImplInitializer()
initServices
public void initServices(org.apache.beehive.controls.runtime.bean.ControlBean bean,
java.lang.Object target)
- Initializes the nested contextual services required by the implementation
- Overrides:
initServices
in class org.apache.beehive.controls.runtime.bean.ImplInitializer
resetServices
public void resetServices(org.apache.beehive.controls.runtime.bean.ControlBean bean,
java.lang.Object target)
- Resets all nested contextual services instances to null
- Overrides:
resetServices
in class org.apache.beehive.controls.runtime.bean.ImplInitializer
initEventProxies
public void initEventProxies(org.apache.beehive.controls.runtime.bean.ControlBean bean,
java.lang.Object target)
- Initializes the nested client event proxies required by the implementation
- Overrides:
initEventProxies
in class org.apache.beehive.controls.runtime.bean.ImplInitializer
Copyright © 2004-2005 Controlhaus. All Rights Reserved.