A default implementation of client plugin that listens for the primary server.
In addition to the normal intialize()
and cleanup()
methods, this base class provides two other methods, activate()
and deactivate()
. These methods are called when the ServerSessionManager
associated with this plugin becomes the primary session manager. This is used for federation, to properly make changes to shared resources as the user moves from server to server.
The activate()
and deactivate()
methods should be used to make any changes to the core of Wonderland, such as adding menus or data flavor listeners.
@author Jonathan Kaplan