Uses of Interface
lacam.interfaces.ErrorQeueListener

Packages that use ErrorQeueListener
lacam.container   
lacam.gui   
 

Uses of ErrorQeueListener in lacam.container
 

Methods in lacam.container with parameters of type ErrorQeueListener
static void ErrorQeue.addListener(ErrorQeueListener l)
          Adds an ErrorQeueListener.
static void ErrorQeue.removeListener(ErrorQeueListener l)
          Removes an ErrorQeueListener.
 

Uses of ErrorQeueListener in lacam.gui
 

Classes in lacam.gui that implement ErrorQeueListener
 class ErrorDispatcher
          An implementation of ErrorQeueListener showing a nice window, if an error occurs.