private final class EventHandlerProperties.EventHandlerProperty<T extends Event> extends SimpleObjectProperty<EventHandler<? super T>>
| Constructor and Description |
|---|
EventHandlerProperty(java.lang.Object bean,
java.lang.String name,
EventType<T> eventType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
invalidated()
The method
invalidated() can be overridden to receive
invalidation notifications. |
getBean, getNameaddListener, addListener, bind, fireValueChangedEvent, get, isBound, removeListener, removeListener, set, toString, unbindbindBidirectional, setValue, unbindBidirectionalasString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuegetValueprotected void invalidated()
ObjectPropertyBaseinvalidated() can be overridden to receive
invalidation notifications. This is the preferred option in
Objects defining the property, because it requires less memory.
The default implementation is empty.invalidated in class ObjectPropertyBase<EventHandler<? super T extends Event>>