Serialized Form


Package com.maryanovsky.gwtutils.client.event

Class com.maryanovsky.gwtutils.client.event.ChangeEvent extends EventObject implements Serializable

Class com.maryanovsky.gwtutils.client.event.PropertyChangeEvent extends EventObject implements Serializable

Serialized Fields

propertyName

String propertyName
The name of the property.


oldValue

Object oldValue
The old value of the property.


newValue

Object newValue
The new value of the property.


Package com.maryanovsky.gwtutils.client.text

Class com.maryanovsky.gwtutils.client.text.ParseException extends Exception implements Serializable