|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.electrotank.electroserver5.extensions.BaseEvent
public class BaseEvent
| Constructor Summary | |
|---|---|
BaseEvent()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Automatically invoked when the object class is destroyed. |
EventApi |
getApi()
Returns the api for any class that implements this interface. |
void |
init(EsObjectRO parameters)
Automatically invoked when the object class is instantiated, after api is available. |
void |
setApi(EventApi api)
Sets the api. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseEvent()
| Method Detail |
|---|
public void init(EsObjectRO parameters)
ExtensionLifeCycle
init in interface ExtensionLifeCycleparameters - EsObjectRO that may contain XML parameters to be readEsObjectRO,
ExtensionComponentConfiguration,
RoomConfiguration,
GameConfigurationpublic void destroy()
ExtensionLifeCycle
destroy in interface ExtensionLifeCyclepublic EventApi getApi()
EventHandler
getApi in interface EventHandlerpublic void setApi(EventApi api)
EventHandler
setApi in interface EventHandlerapi - api for the EventHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||