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

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

Introduction

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

Usage

From source file no.hal.scxml.javascript.JavascriptContext.java

public class JavascriptContext extends ScriptableObject implements Context {

    public String getClassName() {
        return "SCXMLContext";
    }