com.valhalla.jbother
Class MessagePanel.MessageActionListener

java.lang.Object
  extended bycom.valhalla.jbother.MessagePanel.MessageActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
MessagePanel

class MessagePanel.MessageActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Handles the events in the MessageDialog

Version:
1.0
Author:
Adam Olsen

Constructor Summary
(package private) MessagePanel.MessageActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          called by the button widgets
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagePanel.MessageActionListener

MessagePanel.MessageActionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
called by the button widgets

Specified by:
actionPerformed in interface java.awt.event.ActionListener