com.prosysopc.ua.client
Interface MonitoredEventItemListener


public interface MonitoredEventItemListener

A notification interface for listening to changes in a MonitoredEventItem.


Method Summary
 void onEvent(MonitoredEventItem monitoredItem, org.opcfoundation.ua.builtintypes.Variant[] eventFields)
          Notification of a new event from the server.
 

Method Detail

onEvent

void onEvent(MonitoredEventItem monitoredItem,
             org.opcfoundation.ua.builtintypes.Variant[] eventFields)
Notification of a new event from the server.

Parameters:
monitoredItem - the object that is sending the notification.
eventFields - the values of the event fields


Copyright © 2018. All rights reserved.