net.sf.vex
Class NullSelection

java.lang.Object
  |
  +--net.sf.vex.NullSelection
All Implemented Interfaces:
Selection

public class NullSelection
extends java.lang.Object
implements Selection

Passed to SelectionListeners to indicate that nothing is currently selected.


Constructor Summary
NullSelection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSelection

public NullSelection()