|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--gov.aps.jca.event.CAEvent
|
+--gov.aps.jca.event.ConnectionEvent
An event which indicates a change in a Channel connection's state.
Channel,
Serialized Form| Constructor Summary | |
ConnectionEvent(Channel channel,
boolean connected)
|
|
| Method Summary | |
boolean |
isConnected()
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConnectionEvent(Channel channel,
boolean connected)
| Method Detail |
public boolean isConnected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||