public static interface GanttModelUtil.IlvActivityVisitor
Modifier and Type | Method and Description |
---|---|
void |
visit(ilog.views.gantt.IlvActivity item,
ilog.views.gantt.IlvGanttModel model,
java.lang.Object 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, java.lang.Object state)
Void
type.item
- IlvActivity
to visitmodel
- IlvGanttModel
that owns the itemstate
- optional stateful data that might be of interest to the visitor