|
|||||||||
| Home >> All >> org >> relayirc >> [ chatengine overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.relayirc.chatengine
Interface IChatApp

- public interface IChatApp
Interface for an IRC chat application.
| Method Summary | |
java.lang.String |
getAppName()
Get name of application |
java.lang.String |
getAppVersion()
Get application version number |
IChatEngine |
getEngine()
Get application's chat engine |
ChatOptions |
getOptions()
Get application's options |
| Method Detail |
getAppName
public java.lang.String getAppName()
- Get name of application
getAppVersion
public java.lang.String getAppVersion()
- Get application version number
getEngine
public IChatEngine getEngine()
- Get application's chat engine
getOptions
public ChatOptions getOptions()
- Get application's options
|
|||||||||
| Home >> All >> org >> relayirc >> [ chatengine overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC