Package gov.aps.jca.cas
Interface ProcessVariableEventCallback
-
- All Known Implementing Classes:
CASServerMonitor,ProcessVariableEventDispatcher
public interface ProcessVariableEventCallbackProcess variable event callback.- Version:
- $Id: ProcessVariableEventCallback.java,v 1.2 2006-03-10 13:54:25 msekoranja Exp $
- Author:
- Matej Sekoranja (matej.sekoranja@cosylab.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcanceled()Notify about asynchronous operation cancellation.voidpostEvent(int select, DBR event)Notify about process variable event.
-
-
-
Method Detail
-
postEvent
void postEvent(int select, DBR event)Notify about process variable event.- Parameters:
select-Monitor.[mask]event type.event- event of type DBR_TIME_where type is of ProcessVariable.getType().
-
canceled
void canceled()
Notify about asynchronous operation cancellation.
-
-