org.oddjob.monitor.control
Class DetailController

java.lang.Object
  extended by org.oddjob.monitor.control.DetailController
All Implemented Interfaces:
EventListener, TreeSelectionListener

public class DetailController
extends Object
implements TreeSelectionListener

Controller for the detail pane of the monitor. This listens tree selection change event in the view and updates the detail model so correct state, log, properties are displayed.

Author:
Rob Gordon

Constructor Summary
DetailController(DetailModel detailModel, DetailView detailView)
          Constructor
 
Method Summary
 void valueChanged(TreeSelectionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailController

public DetailController(DetailModel detailModel,
                        DetailView detailView)
Constructor

Method Detail

valueChanged

public void valueChanged(TreeSelectionEvent event)
Specified by:
valueChanged in interface TreeSelectionListener