Class UpdateEvent<T>

java.lang.Object
java.util.EventObject
com.iamsoft.util.ui.swing.nameditem.UpdateEvent<T>
Type Parameters:
T - Type of element to be updated/deleted/added.
All Implemented Interfaces:
Serializable

@Deprecated public class UpdateEvent<T> extends EventObject
Deprecated.
Deprecated.
Object describing a change in an map entry object (add, update or delete). For an update, the old and new values are non-null. For an add, the old value is null. For a delete, the new value is null.
See Also: