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, getName
addListener, addListener, bind, fireValueChangedEvent, get, isBound, removeListener, removeListener, set, toString, unbind
bindBidirectional, setValue, unbindBidirectional
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
getValue
protected void invalidated()
ObjectPropertyBase
invalidated()
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>>