|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ix.icore.IXAgent | +--ix.ichat.IChat
A class for I-Chat as a standalone application main program
Field Summary | |
(package private) ChatFrame |
frame
|
Fields inherited from class ix.icore.IXAgent |
contactManager, displayName, ipcName, symbolName, textFrame, thisAgent |
Constructor Summary | |
IChat()
|
Method Summary | |
java.lang.Object |
getAgentIPCName()
Returns the object used to represent the agent as an IPC "destination". |
void |
handleNewChatMessage(ChatMessage message)
Handles new chat messages. |
static void |
main(java.lang.String[] argv)
Main program. |
protected void |
processCommandLineArguments()
Command-line argument processing for arguments used by all versions of I-Chat. |
void |
startup()
Completes I-Chat setup and initialization. |
Methods inherited from class ix.icore.IXAgent |
displayMessage, getAgent, getAgentDisplayName, getAgentSymbolName, getContactManager, handleInput, handleNewActivity, handleNewConstraint, handleNewIssue, handleNewReport, mainStartup, notePossibleNewContact, pre_handleInput, startServer, tellUserOfException |
Methods inherited from class java.lang.Object |
|
Field Detail |
ChatFrame frame
Constructor Detail |
public IChat()
Method Detail |
public java.lang.Object getAgentIPCName()
IXAgent
getAgentIPCName
in class IXAgent
ix.icore.IXAgent
IPC
,
IPC.CommunicationStrategy
public static void main(java.lang.String[] argv)
protected void processCommandLineArguments()
processCommandLineArguments
in class IXAgent
ix.icore.IXAgent
IfaceUtil.adjustLookAndFeel()
,
IPC.getCommunicationStrategy(String methodName)
,
ContactManager.processCommandLineArguments()
,
Debug.on
,
Parameters
public void startup()
startup
in class IXAgent
public void handleNewChatMessage(ChatMessage message)
handleNewChatMessage
in class IXAgent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |