org.japano.action
Interface PingPongAction

All Superinterfaces:
Action

public interface PingPongAction
extends Action

This interface extends the action interface

A view asks the current session to instantiate an ping-pong action with a given qualified name. The view generates action calls (e.g. Forms, Links) containing the action state as default state. The client sends back the edited state and the action is performed.

Version:
$Id: PingPongAction.java,v 1.2 2005/09/27 21:30:50 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )

Method Summary
 void initialize(Session session)
          Initializes the action with the session context.
 
Methods inherited from interface org.japano.action.Action
perform
 

Method Detail

initialize

void initialize(Session session)
Initializes the action with the session context.

Parameters:
session - Session this action will be called in.