com.bluemarsh.jswat.breakpoint
Interface Monitor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CommandMonitor

public interface Monitor
extends java.io.Serializable

Interface Monitor defines a breakpoint monitor.

Author:
Nathan Fiedler

Method Summary
 MonitorUI getUIAdapter()
          Returns the user interface widget for customizing this monitor.
 void perform(Session session)
          Perform the action that this monitor is defined to do.
 

Method Detail

getUIAdapter

public MonitorUI getUIAdapter()
Returns the user interface widget for customizing this monitor.
Returns:
Monitor user interface adapter.

perform

public void perform(Session session)
Perform the action that this monitor is defined to do.
Parameters:
session - Session in which to operate.