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_LISTENERSMethods in com.igormaznitsa.meta.common.exceptions with parameters of type MetaErrorListener Modifier and Type Method Description static voidMetaErrorListeners. addErrorListener(MetaErrorListener value)Add new fireError listener for global fireError events.static voidMetaErrorListeners. removeErrorListener(MetaErrorListener value)Remove listener.
-