public class EventManager extends Object
Constructor and Description |
---|
EventManager(Executor executor,
ConnectionImpl connection) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
handleDataUpdate(String eventQueryId,
List<EventInformation> added) |
void |
handleStatusUpdate(String eventQueryId,
SubscriptionState state) |
void |
onBound() |
void |
onClosed() |
void |
setEventListener(String eventQueryId,
EventListener listener) |
public EventManager(Executor executor, ConnectionImpl connection)
public void setEventListener(String eventQueryId, EventListener listener)
public void dispose()
public void onClosed()
public void onBound()
public void handleDataUpdate(String eventQueryId, List<EventInformation> added)
public void handleStatusUpdate(String eventQueryId, SubscriptionState state)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.