org.pandora.client.servlet
Class IRCBean
java.lang.Object
org.pandora.client.servlet.IRCBean
public class IRCBean
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IRCBean
public IRCBean()
getServer
public java.lang.String getServer()
getChannel
public java.lang.String getChannel()
getNick
public java.lang.String getNick()
isConnected
public boolean isConnected()
connect
public void connect(java.lang.String server,
java.lang.String channel,
java.lang.String nick,
boolean listen)
disconnect
public void disconnect()
getPandora
public Pandora getPandora()
- Return the associated Pandora instance.
setPandoraBean
public void setPandoraBean(PandoraBean pandoraBean)
- Set the associated PandoraBean instance.
Initialize the char instance if a new Pandora instance.
getPandoraBean
public PandoraBean getPandoraBean()