E - Class of event triggering the validation.public class EventHandlerTrigger<E extends javafx.event.Event>
extends com.google.code.validationframework.base.trigger.AbstractTrigger
implements javafx.event.EventHandler<E>
EventHandler on a javafx.scene.Node and initiating the validation
whenever an event of the specified class and type(s) is fired.EventHandler,
Event,
EventType| Constructor and Description |
|---|
EventHandlerTrigger()
Default constructor accepting any type of event to trigger the validation.
|
EventHandlerTrigger(javafx.event.EventType<? extends javafx.event.Event>... eventTypes)
Constructor specifying the types of event to trigger the validation.
|
public EventHandlerTrigger()
@SafeVarargs public EventHandlerTrigger(javafx.event.EventType<? extends javafx.event.Event>... eventTypes)
eventTypes - Event types triggering the validation.Copyright © 2015. All Rights Reserved.