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 (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0