|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PressChannel | |
dip.gui | |
dip.net.message |
Uses of PressChannel in dip.gui |
Methods in dip.gui with parameters of type PressChannel | |
void |
MessageMenuHandler.setPressChannel(PressChannel channel)
Set the PressChannel object. |
Uses of PressChannel in dip.net.message |
Methods in dip.net.message with parameters of type PressChannel | |
void |
PressListenerAdapter.pressReceived(PressChannel channel,
PressMessage[] messages)
New Press messages have arrived. |
void |
PressListenerAdapter.sendAcknowledged(PressChannel channel,
PressMessage message)
A previously-sent message was sent successfully. |
void |
PressListenerAdapter.connectionOpened(PressChannel channel)
A connection was opened |
void |
PressListenerAdapter.connectionClosed(PressChannel channel)
A connection was closed |
void |
PressListenerAdapter.connectionError(PressChannel channel,
java.lang.Exception e)
A connection error has occured |
void |
PressListener.pressReceived(PressChannel channel,
PressMessage[] messages)
New Press messages have arrived. |
void |
PressListener.sendAcknowledged(PressChannel channel,
PressMessage message)
A previously-sent message was sent successfully. |
void |
PressListener.connectionOpened(PressChannel channel)
A connection was opened |
void |
PressListener.connectionClosed(PressChannel channel)
A connection was closed |
void |
PressListener.connectionError(PressChannel channel,
java.lang.Exception e)
A connection error has occured |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |