Package cern.accsoft.steering.aloha.app
Interface HelperDataManagerListener
-
public interface HelperDataManagerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangedActiveHelperData(HelperDataType activeDataType)fired when the active HelperData changedvoidputData(HelperDataType dataType)fired when new data was put to theHelperDataManager
-
-
-
Method Detail
-
putData
void putData(HelperDataType dataType)
fired when new data was put to theHelperDataManager- Parameters:
dataType- the type of the newly put Data
-
changedActiveHelperData
void changedActiveHelperData(HelperDataType activeDataType)
fired when the active HelperData changed- Parameters:
activeDataType- the type of the new activeData
-
-