org.peace_tools.workspace
Interface WorkspaceListener

All Known Implementing Classes:
ClusterSummaryView, DataSetTableModel, DataSetTreeModel, JobListTableModel, ServerListTableModel

public interface WorkspaceListener

A simple interface class that is used to report changes occuring to the currently active, global Workspace. The changes can be inserts (or addition of a new entry), updates (change in status or information associated with an entry), or deletes (removal of existing entries). The events are generated for various entries in a workspace, including: data set, mst data, cluster data, job, and server entries.


Method Summary
 void workspaceChanged(WorkspaceEvent event)
          This method is invoked on all workspace listeners registered with the current Workspace.
 

Method Detail

workspaceChanged

void workspaceChanged(WorkspaceEvent event)
This method is invoked on all workspace listeners registered with the current Workspace. The event contains the necessary information to report the change that has occured to a workspace.

Parameters:
event - The event that contains the information regarding the change that has occured to the workspace.