ResultHandler.java :  » Rule-Engine » drolls-5.0 » org » drools » runtime » pipeline » Java Open Source

Java Open Source » Rule Engine » drolls 5.0 
drolls 5.0 » org » drools » runtime » pipeline » ResultHandler.java
package org.drools.runtime.pipeline;

/**
 * 
 * <p>This api is experimental and thus the classes and the interfaces returned are subject to change.</p>
 *
 */
public interface ResultHandler {
    public void handleResult(Object object);
}
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.