Package gov.aps.jca.event
Class ConnectionEvent
- java.lang.Object
-
- java.util.EventObject
-
- gov.aps.jca.event.CAEvent
-
- gov.aps.jca.event.ConnectionEvent
-
- All Implemented Interfaces:
Serializable
public class ConnectionEvent extends CAEvent
An event which indicates a change in a Channel connection's state.- See Also:
Channel, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean_isConnected-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ConnectionEvent(Channel channel, boolean connected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisConnected()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
ConnectionEvent
public ConnectionEvent(Channel channel, boolean connected)
-
-