jist.runtime.guilog
Class GuiLog.ButtonHandler

java.lang.Object
  extended by jist.runtime.guilog.GuiLog.ButtonHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GuiLog

public static class GuiLog.ButtonHandler
extends java.lang.Object
implements java.awt.event.ActionListener

Defines how mouse clicks on the buttons are handled.


Constructor Summary
GuiLog.ButtonHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Decides what action to perform depending on which button is pressed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiLog.ButtonHandler

public GuiLog.ButtonHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Decides what action to perform depending on which button is pressed.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - ActionEvent The event of clicking on the button.