org.eclipse.birt.chart.render
Interface IActionRenderer

All Known Implementing Classes:
ActionRendererAdapter, SimpleActionRenderer

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

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

Parameters:
action - Action Object.
source - Source Object


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