Example usage for org.apache.commons.scxml SCXMLListener interface-usage

List of usage examples for org.apache.commons.scxml SCXMLListener interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.scxml SCXMLListener interface-usage.

Usage

From source file de.dfki.iui.mmds.scxml.engine.events.SCXMLListener.java

public interface SCXMLListener extends org.apache.commons.scxml.SCXMLListener {

}

From source file de.dfki.iui.mmds.application.ScxmlDebugGui.java

public class ScxmlDebugGui implements SCXMLListener, IKnowledgeManagerListener, WorkingMemoreChangeListener {

    protected Shell shlSiamDpDebug;
    private Table variableTable;
    private TableColumn variableTableColumn1;
    private TableColumn variableTableColumn2;