Package org.yamcs.studio.core
Class DisplayService
java.lang.Object
org.yamcs.studio.core.DisplayService
- All Implemented Interfaces:
PluginService
,YamcsAware
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeProcessor
(String instance, String processor) The globally activated processor has changed.void
dispose()
Performs and necessary cleanup.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.yamcs.studio.core.YamcsAware
changeInstance, changeProcessorInfo, onYamcsConnected, onYamcsConnecting, onYamcsConnectionFailed, onYamcsDisconnected, updateClearance, updateTime
-
Constructor Details
-
DisplayService
public DisplayService()
-
-
Method Details
-
changeProcessor
Description copied from interface:YamcsAware
The globally activated processor has changed. This is always called on the UI thread.Note that this method is not called if only the instance has changed.
- Specified by:
changeProcessor
in interfaceYamcsAware
-
dispose
public void dispose()Description copied from interface:PluginService
Performs and necessary cleanup.- Specified by:
dispose
in interfacePluginService
-