Uses of Interface
com.werken.blissed.Activity

Packages that use Activity
com.werken.blissed The blissed process+state framework. 
com.werken.blissed.activity Activity implementation. 
com.werken.blissed.jelly Jelly tag library. 
 

Uses of Activity in com.werken.blissed
 

Methods in com.werken.blissed that return Activity
 Activity State.getActivity()
          Retrieve the Activity for this state.
 

Methods in com.werken.blissed with parameters of type Activity
 void State.setActivity(Activity activity)
          Set the Activity for this state.
 

Uses of Activity in com.werken.blissed.activity
 

Classes in com.werken.blissed.activity that implement Activity
 class CallActivity
          An Activity that calls another Process.
 class NoOpActivity
          Activity which performs no actions.
 class SpawnActivity
          An Activity that spawns another Process.
 

Uses of Activity in com.werken.blissed.jelly
 

Classes in com.werken.blissed.jelly that implement Activity
 class JellyActivity
          State activity based upon a Jelly script.
 



Copyright © 2002-2002 The Werken Company. All Rights Reserved.