Uses of Class
com.leafdigital.irc.api.ServerMsg

Packages that use ServerMsg
com.leafdigital.irc.api The IRC api provides low-level support for the events and communication involved in connection with an IRC server. 
 

Uses of ServerMsg in com.leafdigital.irc.api
 

Subclasses of ServerMsg in com.leafdigital.irc.api
 class ServerConnectedMsg
          Sent once a socket connection has been opened to an IRC server
 class ServerConnectionFinishedMsg
          Sent once an IRC connection is fully connected (currently this happens after we get the 'end of MOTD' message, once the server stops sending stuff)
 class ServerDisconnectedMsg
          Sent once a socket connection has been lost to an IRC server
 class ServerLineMsg
          Represents the lowest level of IRC communication: a line received from the server.
 class ServerRearrangeMsg
          Sent to inform the UI part that the server preferences could be rearranged if user confirms it.
 class ServerSendMsg
          Communication to be sent to an IRC server.
 



Copyright © 2011 Samuel Marshall. All rights reserved.