iglu.util
Class VSMEvent

java.lang.Object
  |
  +--iglu.util.VSMEvent

public class VSMEvent
extends java.lang.Object

An event for ValueSortedMaps

Version:
1.0
Author:
Travis Bauer

Field Summary
static int CLEAR
           
 int command
           
static int PUT
           
static int PUTALL
           
static int REMOVE
           
static int UPDATE
           
 ObjectValuePair value
           
 
Constructor Summary
VSMEvent(int command, ObjectValuePair value)
          Creates new VSMEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUT

public static final int PUT
See Also:
Constant Field Values

REMOVE

public static final int REMOVE
See Also:
Constant Field Values

PUTALL

public static final int PUTALL
See Also:
Constant Field Values

CLEAR

public static final int CLEAR
See Also:
Constant Field Values

UPDATE

public static final int UPDATE
See Also:
Constant Field Values

value

public ObjectValuePair value

command

public int command
Constructor Detail

VSMEvent

public VSMEvent(int command,
                ObjectValuePair value)
Creates new VSMEvent