ptolemy.actor.lib.gui
Class ArrowKeySensor.ActionListenerExceptionCatcher

java.lang.Object
  extended by ptolemy.actor.lib.gui.ArrowKeySensor.ActionListenerExceptionCatcher
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ArrowKeySensor

private static class ArrowKeySensor.ActionListenerExceptionCatcher
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  java.awt.event.ActionListener _actionListener
           
 
Constructor Summary
ArrowKeySensor.ActionListenerExceptionCatcher(java.awt.event.ActionListener actionListener)
          Construct an instance that will wrap an ActionListener, catch its exceptions and report it to the Ptolemy Message Handler.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_actionListener

private java.awt.event.ActionListener _actionListener
Constructor Detail

ArrowKeySensor.ActionListenerExceptionCatcher

public ArrowKeySensor.ActionListenerExceptionCatcher(java.awt.event.ActionListener actionListener)
Construct an instance that will wrap an ActionListener, catch its exceptions and report it to the Ptolemy Message Handler.

Parameters:
actionListener - The actionListener.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener