Package org.yamcs.studio.core
Class DisplayService
java.lang.Object
org.yamcs.studio.core.DisplayService
- All Implemented Interfaces:
PluginService,YamcsAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeProcessor(String instance, String processor) The globally activated processor has changed.voiddispose()Performs and necessary cleanup.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:YamcsAwareThe 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:
changeProcessorin interfaceYamcsAware
-
dispose
public void dispose()Description copied from interface:PluginServicePerforms and necessary cleanup.- Specified by:
disposein interfacePluginService
-