rero.client.dcc
Class LocalInfo
java.lang.Object
rero.client.Feature
rero.client.dcc.LocalInfo
- All Implemented Interfaces:
- ClientStateListener, FrameworkConstants
- public class LocalInfo
- extends Feature
- implements FrameworkConstants, ClientStateListener
Fields inherited from interface rero.ircfw.interfaces.FrameworkConstants |
$ADDRESS$, $DATA$, $EVENT$, $HOST$, $NICK$, $NUMERIC$, $PARMS$, $RAW$, $SERVER$, $SOURCE$, $TARGET$, $TYPE$, $USER$ |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOLVE_FROM_SERVER
public static final String RESOLVE_FROM_SERVER
- See Also:
- Constant Field Values
RESOLVE_AUTOMATIC
public static final String RESOLVE_AUTOMATIC
- See Also:
- Constant Field Values
localHost
protected static String localHost
resolveProcessed
protected static boolean resolveProcessed
resolveHost
protected static String resolveHost
LocalInfo
public LocalInfo()
setLocalHost
public void setLocalHost(String host)
localip
public String localip()
storeDataStructures
public void storeDataStructures(WeakHashMap data)
- Overrides:
storeDataStructures
in class Feature
init
public void init()
- Specified by:
init
in class Feature
processLocalInfoSettings
public void processLocalInfoSettings()
propertyChanged
public void propertyChanged(String property,
String parameter)
- Description copied from interface:
ClientStateListener
- when the property gets changed you will be notified!
- Specified by:
propertyChanged
in interface ClientStateListener