org.oddjob.monitor.control
Class DetailController
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DetailController
public DetailController(DetailModel detailModel,
DetailView detailView)
- Constructor
valueChanged
public void valueChanged(TreeSelectionEvent event)
- Specified by:
valueChanged
in interface TreeSelectionListener