|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Vwm so why use an interface?
public interface VwmInterface
Virtual Web Master interface. A VWM should implement this interface. The routines defined here are entry routines for initializing a VWM, associating listeners (clients) with the VWM, and managing changes in local and remote nodes.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.mmbase.module.core.MMBaseObserver |
|---|
nodeLocalChanged, nodeRemoteChanged |
| Method Detail |
|---|
void 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 add
true if the client was added, false if it already existed in the queue.boolean releaseClient(VwmCallBackInterface client)
client - The client-object to release
true if the client was released, false if it did not exist in the queue.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||