Package org.scictrl.mp.orbitcorrect
Class ConnectionAdapter
java.lang.Object
org.scictrl.mp.orbitcorrect.ConnectionAdapter
- All Implemented Interfaces:
EventListener
,IConnectionListener
An abstract adapter class for receiving component events. The methods in this class
are empty. This class exists as convenience for creating listener objects.
- Author:
- igor@scictrl.com
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Void method, that can be overrided by child class, if necessary.void
Void method, that can be overrided by child class, if necessary.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.scictrl.mp.orbitcorrect.IConnectionListener
deviceConnected, deviceDisconnected
-
Constructor Details
-
ConnectionAdapter
public ConnectionAdapter()ConnectionReportAdapter default constructor.
-
-
Method Details
-
connected
Void method, that can be overrided by child class, if necessary.- Parameters:
e
- aConnectionReportEvent
object- See Also:
-
disconneted
Void method, that can be overrided by child class, if necessary.- Parameters:
e
- aConnectionReportEvent
object- See Also:
-