Example usage for weka.gui.beans ConfigurationListener interface-usage

List of usage examples for weka.gui.beans ConfigurationListener interface-usage

Introduction

In this page you can find the example usage for weka.gui.beans ConfigurationListener interface-usage.

Usage

From source file org.pentaho.dm.kf.GroovyComponent.java

/**
 * A KnowledgeFlow plugin that allows the user to write a Groovy script
 * to do stuff. The Groovy script gets compiled dynamically at runtime and 
 * can accept and process as many KnowledgeFlow event types as desired.
 * 
 * @author Mark Hall (mhall{[at]}pentaho{[dot]}com)