com.icegreen.greenmail.pop3.commands
Class NoopCommand

java.lang.Object
  extended by com.icegreen.greenmail.pop3.commands.Pop3Command
      extended by com.icegreen.greenmail.pop3.commands.NoopCommand

public class NoopCommand
extends Pop3Command

Since:
Jan 28, 2006
Version:
$Id: $
Author:
Wael Chatila

Constructor Summary
NoopCommand()
           
 
Method Summary
 void execute(Pop3Connection conn, Pop3State state, String cmd)
           
 boolean isValidForState(Pop3State state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopCommand

public NoopCommand()
Method Detail

isValidForState

public boolean isValidForState(Pop3State state)
Specified by:
isValidForState in class Pop3Command

execute

public void execute(Pop3Connection conn,
                    Pop3State state,
                    String cmd)
Specified by:
execute in class Pop3Command