public interface CommandQueue
Modifier and Type | Method and Description |
---|---|
void |
addCommand(SingleCommand command,
int period)
Add a command to the queue
|
void |
removeCommand(SingleCommand command)
Remove a command from the queue
|
void |
start(Hive hive,
FolderCommon baseFolder) |
void |
stop() |
void addCommand(SingleCommand command, int period)
command
- the command to addperiod
- the min delay between executionvoid removeCommand(SingleCommand command)
command
- void start(Hive hive, FolderCommon baseFolder)
void stop()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.