TransitionHome Class
- public class TransitionHome
extends Object
implements Serializable
, SmartHome
The home class for the Transition belonging. Use this
class to create Transitions.
Transition transition = TransitionHome.create();
-
Hierarchy
-
Object
TransitionHome
-
All Implemented Interfaces
-
Serializable
, SmartHome
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransitionHome
public TransitionHome()
create() Method
public static Transition
create()
Create a new Transition Belonging. First look to see if there is a custom
transition home from the BelongingHome factory. If not, just use the
default BelongingHome.create() operation.