Callable.java :  » Workflow-Engines » osbl-1_0 » org » concern » Java Open Source

Java Open Source » Workflow Engines » osbl 1_0 
osbl 1_0 » org » concern » Callable.java
package org.concern;

/**
 * @author hengels
 * @version $Revision$
 */
public interface Callable
{
    void call(Message message) throws RejectCallException;
}
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.