net.sf.dc.wf.requests
Class CloseFrameRequest

java.lang.Object
  extended bynet.sf.dc.wf.requests.CloseFrameRequest
All Implemented Interfaces:
IRequest

public class CloseFrameRequest
extends java.lang.Object
implements IRequest


Constructor Summary
CloseFrameRequest(DCFrame frame)
           
 
Method Summary
 void execute(java.util.Collection objects)
           
 boolean getExecuteOnFail()
           
 void setExecuteOnFail(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseFrameRequest

public CloseFrameRequest(DCFrame frame)
Method Detail

execute

public void execute(java.util.Collection objects)
Specified by:
execute in interface IRequest

getExecuteOnFail

public boolean getExecuteOnFail()
Specified by:
getExecuteOnFail in interface IRequest

setExecuteOnFail

public void setExecuteOnFail(boolean b)
Specified by:
setExecuteOnFail in interface IRequest