public interface ViewCreators
Provides methods to create views (wrappers or delegates) for select internal implementation objects.
| Modifier and Type | Method and Description | 
|---|---|
EventSourceView | 
createEventSourceView(EventSource eventSource,
                     TransitionData transitionData,
                     EvaluationListeners evaluationListeners)
Create an event source view wrapper for the passed event source. 
 | 
PlanItemView | 
createPlanItemView(PlanItem planItem,
                  TransitionData transitionData,
                  EvaluationListeners evaluationListeners)
Create a plan item view wrapper for the passed plan item. 
 | 
PlanItemView createPlanItemView(PlanItem planItem, TransitionData transitionData, EvaluationListeners evaluationListeners)
Create a plan item view wrapper for the passed plan item.
planItem - the plan item.transitionData - additional evaluation context.evaluationListeners - the evaluator implementation.PlanItemView effectively exposing a subset of the public
interface of a plan item.EventSourceView createEventSourceView(EventSource eventSource, TransitionData transitionData, EvaluationListeners evaluationListeners)
Create an event source view wrapper for the passed event source.
eventSource - the event source.transitionData - additional evaluation context.evaluationListeners - the evaluator implementation.EventSourceView effectively exposing a subset of the public
interface of an event source.Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.