Basic HTML version of Foils prepared 13 July 98

Foil 66 The ActionListener Interface

From Java Academy II:Intermediate Java NPAC/ECS Java Academy -- February to April 98. by Tom Scavo

The java.awt.event.ActionListener Interface
ActionListener is an interface in the core package java.awt.event
ActionListener declares one method: public interface ActionListener { public void actionPerformed( ActionEvent e ); }
Any class that implements this interface must implement the actionPerformed(...) method



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998