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

Quick Search    Search Deep

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


public interface TransparentAction

Empty interface for Actions which should not be registered for "LAST_ACTION" funcionality.

Sometimes it's pretty helpfull if after login we can stay in the place we were, so we register the last processed actions. But sometimes this carries an undiserable effect, because some actions should not be registered.

A good example is the case "logout -> login". After login we ant to stay in the same place (for example viewing a file, and login to edit it), but if we work always this way, we will never be able to login after a logout, because after login will be logout automatically processed. This interface mark all Actions which should not be registered.

Version: