no.uio.edd.utils.dataeditor
Interface EddButtonInterface

All Known Implementing Classes:
GeoModelAddedNodesDashboard, GeoModelCorefDashboard, GeoModelNetworkVisualiseDashboard, GeoModelPropertiesDashboard, NodeListView

public interface EddButtonInterface

Interface for callback from EDD buttons.

Author:
oeide

Method Summary
 void clickedEddButton(EddButton button)
          This button has been pressed.
 

Method Detail

clickedEddButton

void clickedEddButton(EddButton button)
This button has been pressed.

Parameters:
button - the button object.