Package es.imim.DISGENET.network
Class NetAction
java.lang.Object
es.imim.DISGENET.network.NetAction
- All Implemented Interfaces:
ActionListener
,EventListener
Class to handle the clicking of the create network Button
-
Constructor Summary
ConstructorDescriptionNetAction(GuiParameters curParams)
NetAction(GuiParameters curParams, JTabbedPane pane)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
actionPerformed(ActionEvent event)
This method is called when the user clicks create network.
-
Constructor Details
-
NetAction
public NetAction() -
NetAction
-
NetAction
-
-
Method Details
-
actionPerformed
This method is called when the user clicks create network.- Specified by:
actionPerformed
in interfaceActionListener
-