|
|||||||||
| Home >> All >> org >> alicebot >> server >> net >> [ listener overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.alicebot.server.net.listener
Class AliceChatListenerRegistry

java.lang.Objectjava.util.Dictionary
java.util.Hashtable
org.alicebot.server.core.util.ClassRegistry
org.alicebot.server.net.listener.AliceChatListenerRegistry
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class AliceChatListenerRegistry
- extends org.alicebot.server.core.util.ClassRegistry
| Nested Class Summary |
| Nested classes inherited from class java.util.Hashtable |
|
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Field Summary | |
private static java.lang.String |
PROCESSOR_BASE_CLASS_NAME
|
private static java.lang.String[] |
PROCESSOR_LIST
|
private static AliceChatListenerRegistry |
self
|
private static java.lang.String |
VERSION
|
| Fields inherited from class org.alicebot.server.core.util.ClassRegistry |
baseClassName, classesToRegister, version |
| Fields inherited from class java.util.Hashtable |
|
| Constructor Summary | |
private |
AliceChatListenerRegistry()
|
| Method Summary | |
static AliceChatListenerRegistry |
getSelf()
|
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
VERSION
private static final java.lang.String VERSION
- See Also:
- Constant Field Values
PROCESSOR_LIST
private static final java.lang.String[] PROCESSOR_LIST
PROCESSOR_BASE_CLASS_NAME
private static final java.lang.String PROCESSOR_BASE_CLASS_NAME
- See Also:
- Constant Field Values
self
private static final AliceChatListenerRegistry self
| Constructor Detail |
AliceChatListenerRegistry
private AliceChatListenerRegistry()
| Method Detail |
getSelf
public static AliceChatListenerRegistry getSelf()
|
|||||||||
| Home >> All >> org >> alicebot >> server >> net >> [ listener overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC