oracle.ide.util
Class SafeActionListener
java.lang.Object
oracle.ide.util.SafeActionListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public abstract class SafeActionListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
This class implements the ActionListener interface. It implements
actionPerformed, catching any exceptions and reporting them using
the SCM detailed exception reporter.
Subclasses should implment the doActionPerformed() method to perform
the actual processing of the event
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SafeActionListener
public SafeActionListener()
doActionPerformed
protected abstract void doActionPerformed(java.awt.event.ActionEvent e)
actionPerformed
public final void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
Copyright © 1997, 2004, Oracle. All rights reserved.