Class OscilloscopeStackAdapter


  • public abstract class OscilloscopeStackAdapter
    extends java.lang.Object
    Listener for an empty stack. It enables you to input more values only if the stack runs out of values.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void stackEmpty​(Oscilloscope scope, int channel)
      Is called when the stack runs out of values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OscilloscopeStackAdapter

        public OscilloscopeStackAdapter()
    • Method Detail

      • stackEmpty

        public void stackEmpty​(Oscilloscope scope,
                               int channel)
        Is called when the stack runs out of values.
        Parameters:
        scope -