org.alicebot.server.net.listener
Class AliceChatListenerRegistry

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by org.alicebot.server.core.util.ClassRegistry
              extended by org.alicebot.server.net.listener.AliceChatListenerRegistry
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class AliceChatListenerRegistry
extends ClassRegistry

Registers AliceChatListeners.

Since:
4.1.3
Author:
Noel Bush
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alicebot.server.core.util.ClassRegistry
baseClassName, classesToRegister, version
 
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
 

Method Detail

getSelf

public static AliceChatListenerRegistry getSelf()