Public Member Functions

alma.acs.commandcenter.trace.FlowListener Interface Reference

Inheritance diagram for alma.acs.commandcenter.trace.FlowListener:
alma.acs.commandcenter.trace.DefaultChecklistPanel

List of all members.

Public Member Functions

void reset (Flow f, Object info)
void trying (Flow f, String step)
void success (Flow f, String name)
void failure (Flow f, String name, Object info)
void completion (Flow f)

Detailed Description

Use this to implement a view (graphical or other) for a flow.


Member Function Documentation

void alma.acs.commandcenter.trace.FlowListener.completion ( Flow  f  ) 
void alma.acs.commandcenter.trace.FlowListener.failure ( Flow  f,
String  name,
Object  info 
)
void alma.acs.commandcenter.trace.FlowListener.reset ( Flow  f,
Object  info 
)
void alma.acs.commandcenter.trace.FlowListener.success ( Flow  f,
String  name 
)
void alma.acs.commandcenter.trace.FlowListener.trying ( Flow  f,
String  step 
)

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties