hmi.bml.bridge.ui
Class MultiblockTesterUI.FireListener

java.lang.Object
  extended by hmi.bml.bridge.ui.MultiblockTesterUI.FireListener
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
MultiblockTesterUI

 class MultiblockTesterUI.FireListener
extends Object
implements ActionListener


Field Summary
(package private)  int index
           
 
Constructor Summary
MultiblockTesterUI.FireListener(int i)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

int index
Constructor Detail

MultiblockTesterUI.FireListener

public MultiblockTesterUI.FireListener(int i)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener