net.sourceforge.rpgee.messaging
Class PropertyChangedValue<T>

java.lang.Object
  extended by net.sourceforge.rpgee.messaging.PropertyChangedValue<T>
All Implemented Interfaces:
java.lang.Cloneable, Duplicatable

public class PropertyChangedValue<T>
extends java.lang.Object
implements java.lang.Cloneable, Duplicatable


Constructor Summary
PropertyChangedValue(java.lang.String _prop, T _old, T _new)
           
 
Method Summary
 PropertyChangedValue<T> duplicate()
           
 T getNewValue()
           
 T getOldValue()
           
 java.lang.String getProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyChangedValue

public PropertyChangedValue(java.lang.String _prop,
                            T _old,
                            T _new)
Method Detail

getNewValue

public T getNewValue()

getOldValue

public T getOldValue()

getProperty

public java.lang.String getProperty()

duplicate

public PropertyChangedValue<T> duplicate()
Specified by:
duplicate in interface Duplicatable


Copyright © 2006 An Infinite Number of Monkeys. All Rights Reserved.