|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.mlw.gfw.event.EventHandlerTypeDelegator | +--net.mlw.gfw.ext.bot.Bot
Nested Class Summary |
Nested classes inherited from class net.mlw.gfw.event.EventHandlerTypeDelegator |
EventHandlerTypeDelegator.EventProcessingMode |
Field Summary | |
protected static java.util.logging.Logger |
LOGGER
JDK Logger * |
protected java.lang.String |
name
The name of the player. |
Fields inherited from class net.mlw.gfw.event.EventHandlerTypeDelegator |
MODE_DEFAULT |
Constructor Summary | |
Bot(java.lang.String name,
net.mlw.gfw.event.EventHandler eventHandler)
Default Constructor. |
Methods inherited from class net.mlw.gfw.event.EventHandlerTypeDelegator |
addEventHandler, getDefaultBehavour, onEvent, setDefaultBehavour, setEventProcessingMode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.util.logging.Logger LOGGER
protected java.lang.String name
Constructor Detail |
public Bot(java.lang.String name, net.mlw.gfw.event.EventHandler eventHandler)
name
- The name of the player.eventHandler
- The EventHandler, typically the Server.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |