|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPC.InputMessage | |
ix.icore | I-X core classes. |
ix.iface.util | Interface utilities. |
ix.itest | I-TEST. |
ix.util | General-purpose utilities. |
Uses of IPC.InputMessage in ix.icore |
Methods in ix.icore with parameters of type IPC.InputMessage | |
protected void |
IXAgent.pre_handleInput(IPC.InputMessage message)
Gets the message before the handleInput method
and ensures that handleInput is called in the
AWT event dispatching thread. |
protected void |
IXAgent.tellUserOfException(IPC.InputMessage message,
java.lang.Throwable t)
Called by the pre_handleInput method to put up a dialog describing an Error or Exception and the message that caused it to be thrown. |
void |
IXAgent.notePossibleNewContact(IPC.InputMessage message)
Tells this agent's contact manager about the sender-id of the message (if the id can be determined) in case it represents a new contact. |
void |
IXAgent.handleInput(IPC.InputMessage message)
Handles external input in the form of an IPC.InputMessage that contains an Issue or Report object. |
Uses of IPC.InputMessage in ix.iface.util |
Methods in ix.iface.util with parameters of type IPC.InputMessage | |
static java.lang.String |
Reporting.messageDescription(IPC.InputMessage message)
|
Uses of IPC.InputMessage in ix.itest |
Methods in ix.itest with parameters of type IPC.InputMessage | |
void |
Itest.handleInput(IPC.InputMessage message)
Handles external input in the form of an IPC.InputMessage that contains an Issue or Report object. |
void |
ReceivePanel.handleInput(IPC.InputMessage message)
Handles external input in the form of an IPC.InputMessage that contains an Issue or Report object. |
Uses of IPC.InputMessage in ix.util |
Classes in ix.util that implement IPC.InputMessage | |
static class |
IPC.BasicInputMessage
A minimal implementation of InputMessage. |
Methods in ix.util with parameters of type IPC.InputMessage | |
void |
IPC.MessageListener.messageReceived(IPC.InputMessage message)
|
protected java.lang.Object |
IPC.XMLObjectStreamCommunicationStrategy.objectFromXMLMessage(IPC.InputMessage message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |