com.kuka.roboticsAPI.persistenceModel.processDataModel
Interface IProcessDataListener

All Known Subinterfaces:
ISystemProcessDataListener

public interface IProcessDataListener

This listener can be registered on ProcessData changes.


Method Summary
 void onProcessDataValueChanged(IProcessData processDataWrapper)
          This method is called in case the value of the process data is changed.
 

Method Detail

onProcessDataValueChanged

void onProcessDataValueChanged(IProcessData processDataWrapper)
This method is called in case the value of the process data is changed.

Parameters:
processDataWrapper - wrapper of process data object


Copyright © 2019. All rights reserved.