com.werken.blissed
Interface Activity

All Known Implementing Classes:
NoOpActivity, CallActivity, SpawnActivity, JellyActivity

public interface Activity

A unit of work to be performed within a state.

Author:
bob mcwhirter
See Also:
State.setActivity(com.werken.blissed.Activity), State.getActivity()

Method Summary
 void perform(ProcessContext context)
          Perform this activity within the specified procession.
 

Method Detail

perform

public void perform(ProcessContext context)
             throws ActivityException
Perform this activity within the specified procession.
Parameters:
context - The process context
Throws:
ActivityException - if an error occurs.


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