org.tm4j.utils
Class MultiValuePropertyChangeEvent

java.lang.Object
  extended byorg.tm4j.utils.MultiValuePropertyChangeEvent

public class MultiValuePropertyChangeEvent
extends java.lang.Object


Field Summary
protected static java.lang.String[] m_opNames
           
static int OP_ADD_SET
           
static int OP_ADD_SINGLE
           
static int OP_FIRST
           
static int OP_LAST
           
static int OP_REMOVE_SET
           
static int OP_REMOVE_SINGLE
           
 
Constructor Summary
MultiValuePropertyChangeEvent(java.lang.Object source, java.lang.String propertyName, int operation, java.lang.Object operand)
           
 
Method Summary
 java.lang.Object getOperand()
           
 int getOperation()
           
 java.lang.String getPropertyName()
           
 java.lang.Object getSource()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OP_FIRST

public static final int OP_FIRST
See Also:
Constant Field Values

OP_ADD_SINGLE

public static final int OP_ADD_SINGLE
See Also:
Constant Field Values

OP_ADD_SET

public static final int OP_ADD_SET
See Also:
Constant Field Values

OP_REMOVE_SINGLE

public static final int OP_REMOVE_SINGLE
See Also:
Constant Field Values

OP_REMOVE_SET

public static final int OP_REMOVE_SET
See Also:
Constant Field Values

OP_LAST

public static final int OP_LAST
See Also:
Constant Field Values

m_opNames

protected static java.lang.String[] m_opNames
Constructor Detail

MultiValuePropertyChangeEvent

public MultiValuePropertyChangeEvent(java.lang.Object source,
                                     java.lang.String propertyName,
                                     int operation,
                                     java.lang.Object operand)
Method Detail

getSource

public java.lang.Object getSource()

getPropertyName

public java.lang.String getPropertyName()

getOperation

public int getOperation()

getOperand

public java.lang.Object getOperand()

toString

public java.lang.String toString()