org.jdesktop.wonderland.server
Interface ServerPlugin
public interface ServerPlugin
Server plugins can implement this interface to add new functionality to
the server. The initialize method of the service will be called during
the intialization of WonderlandBoot. It is guaranteed to be called
after the WonderlandContext has been initialized, so plugins can use
the WonderlandContext to get access to server resources.
- Author:
- jkaplan
|
Method Summary |
void |
initialize()
intialize this plugin |
initialize
void initialize()
- intialize this plugin
Open Wonderland - http://openwonderland.org