org.eclipse.birt.chart.render
Interface IActionRenderer

All Known Implementing Classes:
ActionRendererAdapter

public interface IActionRenderer

This interface defines the methods to process the trigger actions during rendering.


Method Summary
 void processAction(Action action, StructureSource source)
          Process the action with given source object.
 

Method Detail

processAction

public void processAction(Action action,
                          StructureSource source)
Process the action with given source object.

Parameters:
action - Action Object.
source - Source Object


Copyright © 2005-2007 Actuate Corp. All rights reserved.