com.bluemarsh.jswat.event
Interface ContextListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- LocalsTreePanel, MethodsPanel, SourceView, StackPanel, ThreadPanel, WatchPanel
- public interface ContextListener
- extends java.util.EventListener
The listener interface for receiving changes in the current
debugger context. If the listener is looking for both location
information and thread information, then the listener should
save the thread change information when the thread change
event occurs. The following event will often be a location
change event.
- Version:
- 1.0 10/16/99
- Author:
- Nathan Fiedler
contextChanged
public void contextChanged(ContextChangeEvent cce)
- Invoked when the current context has changed. The context
change event identifies which aspect of the context has
changed.
- Parameters:
cce
- context change event