harmonic.mz.event
Class SelectionEvent

java.lang.Object
  |
  +--harmonic.mz.event.SelectionEvent

public class SelectionEvent
extends java.lang.Object

Event sent by Selector when selection changes


Field Summary
static int FINAL
          Final selection.
static int INCREMENTAL
          Selection incrementally changed.
 Selector source
          Selector
static int TENTATIVE
          A tentative selection.
 int when
          Type of selection
 
Constructor Summary
SelectionEvent(Selector source, java.util.Vector set, java.util.Vector incSet, int when)
           
 
Method Summary
 Selector getSource()
          Return selector
 int getWhen()
          Return event id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

public Selector source
Selector


when

public int when
Type of selection


FINAL

public static final int FINAL
Final selection.

See Also:
Constant Field Values

INCREMENTAL

public static final int INCREMENTAL
Selection incrementally changed.

See Also:
Constant Field Values

TENTATIVE

public static final int TENTATIVE
A tentative selection.

See Also:
Constant Field Values
Constructor Detail

SelectionEvent

public SelectionEvent(Selector source,
                      java.util.Vector set,
                      java.util.Vector incSet,
                      int when)
Method Detail

getSource

public Selector getSource()
Return selector


getWhen

public int getWhen()
Return event id