org.mmbase.module.builders.vwms
Interface VwmCallBackInterface
- public interface VwmCallBackInterface
Virtual Web Master Client interface.
This interface is emnt for classes that want to get notified when things change in a vwm.
The only method in this interface is a notification method used when a vwm 'unloads'.
- Version:
- 5-Apr-2001
- Author:
- Pierre van Rooden (javadocs)
|
Method Summary |
boolean |
vwmUnload()
Callback routine, called when a vwm is unloaded (?). |
vwmUnload
public boolean vwmUnload()
- Callback routine, called when a vwm is unloaded (?).
- Returns:
true if successfully handled
MMBase 2001