rero.client.dcc
Class LocalInfo.ResolveLocalInfo

java.lang.Object
  extended byrero.client.dcc.LocalInfo.ResolveLocalInfo
All Implemented Interfaces:
ChatListener, FrameworkConstants
Enclosing class:
LocalInfo

protected class LocalInfo.ResolveLocalInfo
extends Object
implements ChatListener, FrameworkConstants


Field Summary
protected  String myhost
           
 
Fields inherited from interface rero.ircfw.interfaces.ChatListener
EVENT_DONE, EVENT_HALT, REMOVE_LISTENER
 
Fields inherited from interface rero.ircfw.interfaces.FrameworkConstants
$ADDRESS$, $DATA$, $EVENT$, $HOST$, $NICK$, $NUMERIC$, $PARMS$, $RAW$, $SERVER$, $SOURCE$, $TARGET$, $TYPE$, $USER$
 
Constructor Summary
LocalInfo.ResolveLocalInfo()
           
 
Method Summary
 int fireChatEvent(HashMap eventDescription)
           
 boolean isChatEvent(String event, HashMap eventDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myhost

protected String myhost
Constructor Detail

LocalInfo.ResolveLocalInfo

public LocalInfo.ResolveLocalInfo()
Method Detail

fireChatEvent

public int fireChatEvent(HashMap eventDescription)
Specified by:
fireChatEvent in interface ChatListener

isChatEvent

public boolean isChatEvent(String event,
                           HashMap eventDescription)
Specified by:
isChatEvent in interface ChatListener