com.mindfusion.diagramming
Interface LayerListViewListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
LayerListViewAdapter

public interface LayerListViewListener
extends java.util.EventListener


Method Summary
 void addButtonClick(ValidationEvent e)
           
 void removeButtonClick(ValidationEvent e)
           
 void selectedItemChanged(javax.swing.event.ListSelectionEvent e)
           
 

Method Detail

selectedItemChanged

void selectedItemChanged(javax.swing.event.ListSelectionEvent e)

addButtonClick

void addButtonClick(ValidationEvent e)

removeButtonClick

void removeButtonClick(ValidationEvent e)