Class OscilloscopeStackAdapter
- java.lang.Object
-
- org.eclipse.nebula.widgets.oscilloscope.multichannel.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.
-
-
Constructor Summary
Constructors Constructor Description OscilloscopeStackAdapter()
-
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.
-
-
-
Method Detail
-
stackEmpty
public void stackEmpty(Oscilloscope scope, int channel)
Is called when the stack runs out of values.- Parameters:
scope
-
-
-