com.gomjabbar.graph.swing
Interface GraphListener


public interface GraphListener


Method Summary
 void actionPerformed(GraphActionEvent evt)
           
 void contextualAction(GraphActionEvent evt)
           
 void selectionChanged(GraphSelectionEvent evt)
           
 

Method Detail

selectionChanged

public void selectionChanged(GraphSelectionEvent evt)

contextualAction

public void contextualAction(GraphActionEvent evt)

actionPerformed

public void actionPerformed(GraphActionEvent evt)