public class ItemManager extends Object
Constructor and Description |
---|
ItemManager(Executor executor,
ConnectionImpl connection) |
Modifier and Type | Method and Description |
---|---|
void |
addListListener(ItemListListener listener) |
void |
dispose() |
void |
handleListUpdate(Set<HistoricalItemInformation> addedOrModified,
Set<String> removed,
boolean fullUpdate) |
void |
onConnectionBound() |
void |
onConnectionClosed() |
void |
removeListListener(ItemListListener listener) |
public ItemManager(Executor executor, ConnectionImpl connection)
public void dispose()
public void addListListener(ItemListListener listener)
public void removeListListener(ItemListListener listener)
public void onConnectionBound()
public void onConnectionClosed()
public void handleListUpdate(Set<HistoricalItemInformation> addedOrModified, Set<String> removed, boolean fullUpdate)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.