-
Methods in VASSAL.property with parameters of type PropertyListener
Modifier and Type |
Method |
Description |
<T> void |
AbstractPropertyContainer.addPropertyListener(Property<T> prop,
PropertyListener<? super T> l) |
Adds a listener for a specific Property .
|
void |
AbstractPropertyContainer.addPropertyListener(PropertyListener<Object> l) |
Adds a listener for all changes to this container.
|
<T> void |
ConcurrentPropertySupport.addPropertyListener(Property<T> prop,
PropertyListener<? super T> l) |
Adds a listener for a specific Property .
|
void |
ConcurrentPropertySupport.addPropertyListener(PropertyListener<Object> l) |
Adds a listener for all changes.
|
<T> void |
PropertyContainer.addPropertyListener(Property<T> prop,
PropertyListener<? super T> listener) |
Adds a listener for a specific Property .
|
void |
PropertyContainer.addPropertyListener(PropertyListener<Object> listener) |
Adds a listener for all changes to this container.
|
<T> void |
PropertySupport.addPropertyListener(Property<T> prop,
PropertyListener<? super T> listener) |
Adds a listener for a specific Property .
|
void |
PropertySupport.addPropertyListener(PropertyListener<Object> listener) |
Adds a listener for all changes.
|
<T> void |
SinglePropertyContainer.addPropertyListener(Property<T> prop,
PropertyListener<? super T> l) |
Adds a listener for a specific Property .
|
void |
SinglePropertyContainer.addPropertyListener(PropertyListener<Object> l) |
Adds a listener for all changes to this container.
|
<T> void |
AbstractPropertyContainer.removePropertyListener(Property<T> prop,
PropertyListener<? super T> l) |
Removes a listener for a specific Property .
|
void |
AbstractPropertyContainer.removePropertyListener(PropertyListener<Object> l) |
Removes a listner for all changes to this container.
|
<T> void |
ConcurrentPropertySupport.removePropertyListener(Property<T> prop,
PropertyListener<? super T> l) |
Removes a listener for a specific Property .
|
void |
ConcurrentPropertySupport.removePropertyListener(PropertyListener<Object> l) |
Removes a listner for all changes.
|
<T> void |
PropertyContainer.removePropertyListener(Property<T> prop,
PropertyListener<? super T> listener) |
Removes a listener for a specific Property .
|
void |
PropertyContainer.removePropertyListener(PropertyListener<Object> listener) |
Removes a listner for all changes to this container.
|
<T> void |
PropertySupport.removePropertyListener(Property<T> prop,
PropertyListener<? super T> listener) |
Removes a listener for a specific Property .
|
void |
PropertySupport.removePropertyListener(PropertyListener<Object> listener) |
Removes a listner for all changes.
|
<T> void |
SinglePropertyContainer.removePropertyListener(Property<T> prop,
PropertyListener<? super T> l) |
Removes a listener for a specific Property .
|
void |
SinglePropertyContainer.removePropertyListener(PropertyListener<Object> l) |
Removes a listner for all changes to this container.
|