CallBlock.java :  » Testing » webtest » com » canoo » webtest » engine » Java Open Source

Java Open Source » Testing » webtest 
webtest » com » canoo » webtest » engine » CallBlock.java
// Copyright  2002-2005 Canoo Engineering AG, Switzerland.
package com.canoo.webtest.engine;

public interface CallBlock
{
  void call() throws Throwable;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.