Interface como.irc.ComoIRCFrontEnd
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface como.irc.ComoIRCFrontEnd

public interface ComoIRCFrontEnd
extends Object

Method Index

 o addUser(String)
new user joined the como system
 o getApplet()
return the Applet of the FrontEnd.
 o handleInvitation(User, IrcChan)
Called by server upon receipt of an invitation
 o leftChannel(IrcChan)
some user left a whole channel (i.e.
 o log(String)
Info messages from the server
 o noConnection()
Called by server when the connection is lost
 o userLeft(String)
some user left como

Methods

 o noConnection
  public abstract void noConnection()
Called by server when the connection is lost
 o handleInvitation
  public abstract void handleInvitation(User u,
                                        IrcChan chan)
Called by server upon receipt of an invitation
 o log
  public abstract void log(String s)
Info messages from the server
 o addUser
  public abstract void addUser(String nick)
new user joined the como system
 o leftChannel
  public abstract void leftChannel(IrcChan chan)
some user left a whole channel (i.e. he quitted the commlet)
 o userLeft
  public abstract void userLeft(String nick)
some user left como
 o getApplet
  public abstract Applet getApplet()
return the Applet of the FrontEnd.

All Packages  Class Hierarchy  This Package  Previous  Next  Index