com.jscape.util.workflow
Class NullStatement

java.lang.Object
  extended by com.jscape.util.workflow.NullStatement
All Implemented Interfaces:
Statement, java.io.Serializable

public final class NullStatement
extends java.lang.Object
implements Statement

"Special case": null statement.

Author:
Alex
See Also:
Serialized Form

Constructor Summary
NullStatement()
           
 
Method Summary
 void execute(Context context)
          Executes statement on the specified context.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullStatement

public NullStatement()
Method Detail

execute

public void execute(Context context)
Description copied from interface: Statement
Executes statement on the specified context.

Specified by:
execute in interface Statement
Parameters:
context - workflow context.


Copyright © 2007 JSCAPE Corp. All Rights Reserved.