Uses of Interface
edu.wis.jtlv.env.ErrorListener

Packages that use ErrorListener
edu.wis.jtlv.env The main package of JTLV, most creational action are usually done through static procedures in object Env. 
 

Uses of ErrorListener in edu.wis.jtlv.env
 

Fields in edu.wis.jtlv.env with type parameters of type ErrorListener
static java.util.LinkedList<ErrorListener> Env.all_error_listeners
           A list of all error listeners which are invoked on any kind of error in the system.
 

Methods in edu.wis.jtlv.env with parameters of type ErrorListener
static boolean Env.registerErrorListener(ErrorListener lis)
           Register an error listener to be invoked on every error which is thrown in the JTLV environment.
static boolean Env.removeErrorListener(ErrorListener lis)
           Remove an error listener from the queue of listeners.