Interface HelperDataManagerListener


  • public interface HelperDataManagerListener
    • Method Detail

      • putData

        void putData​(HelperDataType dataType)
        fired when new data was put to the HelperDataManager
        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