org.apache.commons.scxml.model
Class Finalize

java.lang.Object
  extended byorg.apache.commons.scxml.model.Executable
      extended byorg.apache.commons.scxml.model.Finalize
All Implemented Interfaces:
Serializable

public class Finalize
extends Executable

The class in this SCXML object model that corresponds to the <finalize> SCXML element.

See Also:
Serialized Form

Constructor Summary
Finalize()
          Default no-args constructor for Digester.
 
Methods inherited from class org.apache.commons.scxml.model.Executable
addAction, getActions, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Finalize

public Finalize()
Default no-args constructor for Digester.



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.