Interface DataListener

  • All Superinterfaces:
    Serializable

    public interface DataListener
    extends Serializable
    A listener interface, which is used to listen to DataEvents occurring with an ExperimentalData object.
    • Method Detail

      • onDataChanged

        void onDataChanged​(DataEvent e)
        Triggered when a certain DataEvent specified by its DataEventType is initiated from within the ExperimentalData object.
        Parameters:
        e - the event object.