Package tweed.action

Actions are user-triggered operations which execute client-side, generally with a server-side effect.

See:
          Description

Interface Summary
ContextAction An abstraction of operations which can be ran by an ActionPerformer.
 

Class Summary
ActionEndEvent An events informing that a ContextAction has ended.
ActionEvent Base class for events informing that an ContextAction has started or ended.
ActionNipple  
ActionPerformer Performs a ContextAction in a Context, as a member of the Context object.
ActionStartEvent An events informing that a ContextAction has started.
ResponsivenessImpact Enumeration class for how an action should impact UI responsiveness.
 

Package tweed.action Description

Actions are user-triggered operations which execute client-side, generally with a server-side effect. GUI implementors won't use classes of this package directly.



Copyright © 2003 Laurent Caillette. All Rights Reserved.