source: vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/IViewBean.java@ 871

Last change on this file since 871 was 871, checked in by tobias, on May 10, 2010 at 7:42:51 PM

additional clients can be added to the configuration

File size: 443 bytes
Line 
1package de.dass_it.vanhelsing.gui;
2
3import javax.faces.event.ActionEvent;
4
5public interface IViewBean {
6 public DataTree getDataTree();
7 public void setDataTree(DataTree dataTree);
8
9 public void createNodeButtonListener(ActionEvent ae);
10 public void readNodeButtonListener(ActionEvent ae);
11 public void updateNodeButtonListener(ActionEvent ae);
12 public void deleteNodeButtonListener(ActionEvent ae);
13 public void selectNode(ActionEvent ae);
14}
Note: See TracBrowser for help on using the repository browser.