Uses of Interface
com.igormaznitsa.meta.common.exceptions.MetaErrorListener
Packages that use MetaErrorListener
-
Uses of MetaErrorListener in com.igormaznitsa.meta.common.exceptions
Fields in com.igormaznitsa.meta.common.exceptions with type parameters of type MetaErrorListenerModifier and TypeFieldDescriptionprivate static final List
<MetaErrorListener> MetaErrorListeners.ERROR_LISTENERS
Methods in com.igormaznitsa.meta.common.exceptions with parameters of type MetaErrorListenerModifier and TypeMethodDescriptionstatic void
MetaErrorListeners.addErrorListener
(MetaErrorListener value) Add new fireError listener for global fireError events.static void
MetaErrorListeners.removeErrorListener
(MetaErrorListener value) Remove listener.