rero.client
Class InternetRelayChatClient

java.lang.Object
  extended byrero.client.InternetRelayChatClient

public class InternetRelayChatClient
extends Object


Field Summary
protected  Capabilities actions
           
protected  WeakHashMap data
           
protected  ChatFramework ircfw
           
protected  ScriptCore script
           
protected  SocketSystem sock
           
 
Constructor Summary
InternetRelayChatClient()
           
 
Method Summary
 Capabilities getCapabilities()
           
 WeakHashMap getData()
           
 void init(UICapabilities gui)
           
 void post()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

protected WeakHashMap data

ircfw

protected ChatFramework ircfw

sock

protected SocketSystem sock

script

protected ScriptCore script

actions

protected Capabilities actions
Constructor Detail

InternetRelayChatClient

public InternetRelayChatClient()
Method Detail

init

public void init(UICapabilities gui)

post

public void post()

getCapabilities

public Capabilities getCapabilities()

getData

public WeakHashMap getData()