org.eclipse.nebula.widgets.oscilloscope
Class OscilloscopeStackAdapter

java.lang.Object
  extended by org.eclipse.nebula.widgets.oscilloscope.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.

Author:
Wim.Jongman (@remainsoftware.com)

Constructor Summary
OscilloscopeStackAdapter()
           
 
Method Summary
 void stackEmpty(Oscilloscope scope)
          Is called when the stack runs out of values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OscilloscopeStackAdapter

public OscilloscopeStackAdapter()
Method Detail

stackEmpty

public void stackEmpty(Oscilloscope scope)
Is called when the stack runs out of values.

Parameters:
scope -