Interface OIAListener


  • public interface OIAListener
    Listener interface to receive OIA events
    Events are generated whenever any status indicator within OIA changes or an OIA related error occurs.
    See Also:
    OIA
    • Method Detail

      • error

        void error​(OIAErrorEvent event)
        Called when an OIA related error occurs.
        Parameters:
        event - data carrier containing event information.
      • changed

        void changed​(OIAChangedEvent event)
        Called when the OIA status changes. State vars should be taken from the event and not the oia itself
        Parameters:
        event - data carrier containing event information.