apps.mathpadapp.util
Interface MTMessageBox.MessageListener

Enclosing class:
MTMessageBox

public static interface MTMessageBox.MessageListener

The listener interface for receiving message events. The class that is interested in processing a message event implements this interface, and the object created with that class is registered with a component using the component's addMessageListener method. When the message event occurs, that object's appropriate method is invoked.

See Also:
MessageEvent

Method Summary
 void buttonClicked(java.lang.String buttonId)
          Button clicked.
 void buttonReleased(java.lang.String buttonId)
          Button released.
 

Method Detail

buttonClicked

void buttonClicked(java.lang.String buttonId)
Button clicked.

Parameters:
buttonId - the button id

buttonReleased

void buttonReleased(java.lang.String buttonId)
Button released.

Parameters:
buttonId - the button id