Example usage for org.apache.commons.scxml.env SimpleScheduler SimpleScheduler

List of usage examples for org.apache.commons.scxml.env SimpleScheduler SimpleScheduler

Introduction

In this page you can find the example usage for org.apache.commons.scxml.env SimpleScheduler SimpleScheduler.

Prototype

public SimpleScheduler(final SCXMLExecutor executor) 

Source Link

Document

Constructor.

Usage

From source file:com.headstrong.fusion.statemachine.SCXMLStateMachine.java

private EventDispatcher getEventDispatcher(SCXMLExecutor scxmlExecutor) {
    return new SimpleScheduler(scxmlExecutor);
}