Uses of Interface
org.fluentlenium.core.events.ExceptionListener
-
Packages that use ExceptionListener Package Description org.fluentlenium.core.events -
-
Uses of ExceptionListener in org.fluentlenium.core.events
Methods in org.fluentlenium.core.events with parameters of type ExceptionListener Modifier and Type Method Description EventsRegistryEventsRegistry. onException(ExceptionListener listener)Add a listener that will be invoked after an exception occurred.
-