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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidVoid method, that can be overrided by child class, if necessary.voidVoid 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, waitMethods 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- aConnectionReportEventobject- See Also:
-
disconneted
Void method, that can be overrided by child class, if necessary.- Parameters:
e- aConnectionReportEventobject- See Also:
-