|
Server API |
Top Previous Next |
|
ElectroServer 4 Java API is used by developers to implement extensions. Any server-side, custom-code in any langauge supported will have access to all methods defined in this interface. Any specific extension component from plugin to event-handler will be able to access a specific implementor of the ElectroServerApi by calling the getApi() method on the component. The api will be available to the component by the time the lifecycle "init" method is invoked. |