Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.relayirc.chatengine.ChatEngine

Uses of ChatEngine in org.relayirc.chatengine
 

Constructors in org.relayirc.chatengine with parameters of type ChatEngine
ChatEngineEvent(ChatEngine src)
          Event with no associated value.
ChatEngineEvent(ChatEngine src, Channel channel)
          Event associated with a channel.
ChatEngineEvent(ChatEngine src, Server server)
          Event associated with server.
ChatEngineEvent(ChatEngine src, java.lang.String message)
          Event associated with status message.