Package com.bluemarsh.jswat.event

Contains the classes for managing events and listeners within the JSwat program.

See:
          Description

Interface Summary
ContextListener The listener interface for receiving changes in the current debugger context.
VMEventListener Listener interface for VM events sent from the debugger back-end.
 

Class Summary
ContextChangeEvent An event which indicates that the debugger context has changed.
VMEventManager This class is responsible for maintaining a list of all the objects interested in events sent from the back-end of the JPDA debugger.
 

Package com.bluemarsh.jswat.event Description

Contains the classes for managing events and listeners within the JSwat program.