Extension SDK 9.0.5

oracle.ide.util
Class SafeActionListener

java.lang.Object
  extended byoracle.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


Constructor Summary
SafeActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected abstract  void doActionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafeActionListener

public SafeActionListener()
Method Detail

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

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.