Java org.apache.commons.scxml.model CustomAction fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.scxml.model CustomAction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.scxml.model CustomAction.

The text is from its open source code.

Constructor

CustomAction(final String namespaceURI, final String localName, final Class actionClass)
Constructor, if the namespace or local name is null or empty, or if the implementation is not an Action , an IllegalArgumentException is thrown.