Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.javahispano.canyamo.core.action
Interface ActionListener  view ActionListener download ActionListener.java


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
 

Method Detail

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)