|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IConnectableListener2
and IConnectable2
where possible.
@Deprecated public interface IConnectableListener
Listener for events on IConnectable
. Can receive notification about exception and disconnected events.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Deprecated. |
Method Summary | |
---|---|
void |
disconnected()
Deprecated. Notifies this listener that the IConnectable has been disconnected. |
void |
exception(java.lang.Exception ex)
Deprecated. Notifies this listener that an Exception has occurred. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
void exception(java.lang.Exception ex)
Exception
has occurred.
void disconnected()
IConnectable
has been disconnected.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |