public static interface Activities.IlvActivityVisitor<T>
void visit(ilog.views.gantt.IlvActivity item, ilog.views.gantt.IlvGanttChart chart, T state)
Void
type.item
- IlvActivity
to visitchart
- IlvGanttChart
that owns the itemstate
- optional stateful data that might be of interest to the visitor