com.valhalla.gui
Interface NMOptionListener


public interface NMOptionListener

Defines the interface that any NMOptionDialog listener should implement. When a button in the NMOptionDialog is clicked, buttonClicked is called with the answer of the button pressed

Version:
1.0
Author:
Adam Olsen

Method Summary
 void buttonClicked(int answer)
          Gets called when someone clicks a button in a NMOptionDialog
 

Method Detail

buttonClicked

public void buttonClicked(int answer)
Gets called when someone clicks a button in a NMOptionDialog

Parameters:
answer - the button that was clicked