Uses of Interface
com.igormaznitsa.meta.common.exceptions.MetaErrorListener
-
Packages that use MetaErrorListener Package Description com.igormaznitsa.meta.common.exceptions -
-
Uses of MetaErrorListener in com.igormaznitsa.meta.common.exceptions
Fields in com.igormaznitsa.meta.common.exceptions with type parameters of type MetaErrorListener Modifier and Type Field Description private static java.util.List<MetaErrorListener>
MetaErrorListeners. ERROR_LISTENERS
Methods in com.igormaznitsa.meta.common.exceptions with parameters of type MetaErrorListener Modifier and Type Method Description static void
MetaErrorListeners. addErrorListener(MetaErrorListener value)
Add new fireError listener for global fireError events.static void
MetaErrorListeners. removeErrorListener(MetaErrorListener value)
Remove listener.
-