public static interface GanttModelUtil.IlvActivityVisitor<T>
Modifier and Type | Method and Description |
---|---|
void |
visit(ilog.views.gantt.IlvActivity item,
ilog.views.gantt.IlvGanttModel model,
T state)
Visit an activity of the given chart and pass an instance of the 'state' as well.
|
void visit(ilog.views.gantt.IlvActivity item, ilog.views.gantt.IlvGanttModel model, T state)
Void
type.item
- IlvActivity
to visitmodel
- IlvGanttModel
that owns the itemstate
- optional stateful data that might be of interest to the visitor