public final class PropertyChange extends GwtEvent<PropertyChangeHandler>
GwtEvent.Type<H>
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<PropertyChangeHandler> |
TYPE
The common type key for all property change events.
|
Constructor and Description |
---|
PropertyChange(String _propertyName)
Creates a PropertyChange.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(PropertyChangeHandler handler) |
GwtEvent.Type<PropertyChangeHandler> |
getAssociatedType() |
String |
propertyName()
The name to which the property is bound.
|
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public static final GwtEvent.Type<PropertyChangeHandler> TYPE
public PropertyChange(String _propertyName)
public String propertyName()
public GwtEvent.Type<PropertyChangeHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<PropertyChangeHandler>
protected void dispatch(PropertyChangeHandler handler)
dispatch
in class GwtEvent<PropertyChangeHandler>