com.microstrategy.web.objects.rw.RWVisitor |
![]() |
This interface defines callback methods that are called during decument hierarchy traversal.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onEndSection(RWSection section)
This method is called at the end of every section
| ||||||||||
abstract void |
onObject(RWObject ob)
This method is called for each data object
| ||||||||||
abstract void |
onStartSection(RWSection section)
This method is called at the beginning of every section
|
This method is called at the end of every section
This method is called at the beginning of every section