public interface MasterItem extends DataSource
Modifier and Type | Field and Description |
---|---|
static String |
MASTER_ID |
DATA_SOURCE_ID
Modifier and Type | Method and Description |
---|---|
void |
addHandler(MasterItemHandler handler,
int priority)
Add a new sub condition
|
void |
removeHandler(MasterItemHandler handler)
remove sub condition
|
void |
reprocess() |
addListener, removeListener, startWriteAttributes, startWriteValue
static final String MASTER_ID
void removeHandler(MasterItemHandler handler)
type
- the type of the handler that should be removedvoid addHandler(MasterItemHandler handler, int priority)
handler
- new condition to addthe
- priority this entry has in the master itemvoid reprocess()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.