com.bluemarsh.jswat.breakpoint.ui
Interface MonitorUI

All Superinterfaces:
UIAdapter
All Known Implementing Classes:
CommandMonitorUI

public interface MonitorUI
extends UIAdapter

Interface MonitorUI defines the methods necessary for a monitor UI adapter implementation.

Author:
Nathan Fiedler

Method Summary
 java.lang.String descriptor()
          Generates a string descriptor of this monitor.
 Monitor getMonitor()
          Returns the Monitor object this ui adapter represents.
 
Methods inherited from interface com.bluemarsh.jswat.breakpoint.ui.UIAdapter
commit, getUI, undo
 

Method Detail

descriptor

public java.lang.String descriptor()
Generates a string descriptor of this monitor.
Returns:
description.

getMonitor

public Monitor getMonitor()
Returns the Monitor object this ui adapter represents.
Returns:
Monitor object.