org.objectweb.fractal.gui.dialog.view
Interface DialogViewListener

All Known Implementing Classes:
BasicDialogController

public interface DialogViewListener

An interface to be notified of events emited by a dialog view component.


Method Summary
 void addAttributeButtonClicked()
          Notifies this listener that the "add attribute" button has been clicked.
 void addClientInterfaceButtonClicked()
          Notifies this listener that the "add client interface" button has been clicked.
 void addServerInterfaceButtonClicked()
          Notifies this listener that the "add server interface" button has been clicked.
 void removeAttributeButtonClicked()
          Notifies this listener that the "remove attribute" button has been clicked.
 void removeClientInterfaceButtonClicked()
          Notifies this listener that the "remove client interface" button has been clicked.
 void removeServerInterfaceButtonClicked()
          Notifies this listener that the "remove server interface" button has been clicked.
 

Method Detail

addClientInterfaceButtonClicked

public void addClientInterfaceButtonClicked()
Notifies this listener that the "add client interface" button has been clicked.


removeClientInterfaceButtonClicked

public void removeClientInterfaceButtonClicked()
Notifies this listener that the "remove client interface" button has been clicked.


addServerInterfaceButtonClicked

public void addServerInterfaceButtonClicked()
Notifies this listener that the "add server interface" button has been clicked.


removeServerInterfaceButtonClicked

public void removeServerInterfaceButtonClicked()
Notifies this listener that the "remove server interface" button has been clicked.


addAttributeButtonClicked

public void addAttributeButtonClicked()
Notifies this listener that the "add attribute" button has been clicked.


removeAttributeButtonClicked

public void removeAttributeButtonClicked()
Notifies this listener that the "remove attribute" button has been clicked.