Class PatchedCommandSubscription
java.lang.Object
org.yamcs.client.base.AbstractSubscription<SubscribeCommandsRequest,Commanding.CommandHistoryEntry>
org.yamcs.studio.commanding.cmdhist.PatchedCommandSubscription
- All Implemented Interfaces:
Future<Void>
,Subscription<SubscribeCommandsRequest,
Commanding.CommandHistoryEntry>
public class PatchedCommandSubscription
extends AbstractSubscription<SubscribeCommandsRequest,Commanding.CommandHistoryEntry>
-
Field Summary
Fields inherited from class org.yamcs.client.base.AbstractSubscription
clientObserver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(CommandListener listener) void
clear()
getCommand
(String id) void
removeListener
(CommandListener listener) Methods inherited from class org.yamcs.client.base.AbstractSubscription
addMessageListener, awaitConfirmation, awaitConfirmation, cancel, get, get, getConfirmationFuture, isCancelled, isDone, sendMessage
-
Constructor Details
-
PatchedCommandSubscription
-
-
Method Details
-
addListener
-
removeListener
-
clear
public void clear() -
getCommand
-