ch.odi.justblog.command
Class ClearEntry

java.lang.Object
  extended bych.odi.justblog.command.ClearEntry
All Implemented Interfaces:
Command

public class ClearEntry
extends java.lang.Object
implements Command

Clears the current entry in the editor and starts a new one.

Author:
oglueck

Constructor Summary
ClearEntry()
           
 
Method Summary
 void execute(ISession session)
          Executes the command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearEntry

public ClearEntry()
Method Detail

execute

public void execute(ISession session)
             throws CommandException
Description copied from interface: Command
Executes the command. The session may be modified by the command.

Specified by:
execute in interface Command
Parameters:
session - The session.
Throws:
CommandException


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