ch.odi.justblog.command
Interface Command

All Known Implementing Classes:
ClearEntry, PostEntry, SetUrl

public interface Command

A command to the application. Commands modify session state.

Author:
oglueck

Method Summary
 void execute(ISession session)
          Executes the command.
 

Method Detail

execute

public void execute(ISession session)
             throws CommandException
Executes the command. The session may be modified by the command.

Parameters:
session - The session.
Throws:
CommandException


Copyright © 2005 Ortwin Glück. All Rights Reserved.