Vwm so why use an interface?public interface VwmInterface extends MMBaseObserver
| Modifier and Type | Method and Description |
|---|---|
boolean |
addClient(VwmCallBackInterface client)
Deprecated.
Add a client to the listen queue of the wvm.
|
void |
init(MMObjectNode node,
Vwms Vwms)
Deprecated.
Initialize the Vwm.
|
boolean |
releaseClient(VwmCallBackInterface client)
Deprecated.
Release a client from the listen queue of the wvm.
|
nodeLocalChanged, nodeRemoteChangedvoid init(MMObjectNode node, Vwms Vwms)
node - Vwms - The VWMs builder. It is not really necessary as this is the same as the parent attribute of vwmnode.boolean addClient(VwmCallBackInterface client)
client - The client-object to addtrue if the client was added, false if it already existed in the queue.boolean releaseClient(VwmCallBackInterface client)
client - The client-object to releasetrue if the client was released, false if it did not exist in the queue.MMBase 1.9-SNAPSHOT - ${javadoctimestamp}