- public interface ActionListener
Listener for the execution of Action
This interface should be implement for all Displayers which want to know
when an Action is executed. Normally this is the case of Displayers that
make some kind of caching of content-data, but it can be implement for
clases called "commands" that shoul run when an action is executed.
|
Method Summary |
java.lang.String |
getName()
Gets the name of this listener (normally a Displayer or Action) |
void |
run()
Method to perform the process |
run
public void run()
- Method to perform the process
getName
public java.lang.String getName()
- Gets the name of this listener (normally a Displayer or Action)