Puse
 All Classes Namespaces Functions Variables Pages
Controller.Control.BackButtonListener Class Reference
Inheritance diagram for Controller.Control.BackButtonListener:
Collaboration diagram for Controller.Control.BackButtonListener:

Public Member Functions

void actionPerformed (ActionEvent e)
 

Detailed Description

The listener interface for receiving backButton events. The class that is interested in processing a backButton event implements this interface, and the object created with that class is registered with a component using the component's addBackButtonListener method. When the backButton event occurs, that object's appropriate method is invoked.

See Also
BackButtonEvent


The documentation for this class was generated from the following file: