public interface Variable
Modifier and Type | Method and Description |
---|---|
void |
handleData(IoBuffer data,
Variant timestamp) |
void |
handleDisconnect() |
void |
handleError(int errorCode) |
void |
handleFailure(Throwable e) |
void |
start(String parentName,
BundleContext context,
MemoryRequestBlock block,
int offset) |
void |
stop(BundleContext context) |
void start(String parentName, BundleContext context, MemoryRequestBlock block, int offset)
void stop(BundleContext context)
void handleError(int errorCode)
void handleFailure(Throwable e)
void handleDisconnect()