org.eclipse.birt.chart.render
Class ActionRendererAdapter

java.lang.Object
  extended byorg.eclipse.birt.chart.render.ActionRendererAdapter
All Implemented Interfaces:
IActionRenderer
Direct Known Subclasses:
SimpleActionRenderer

public class ActionRendererAdapter
extends java.lang.Object
implements IActionRenderer

An adapter class for IActionRenderer


Constructor Summary
ActionRendererAdapter()
           
 
Method Summary
 void processAction(Action action, StructureSource source)
          Process the action with given source object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionRendererAdapter

public ActionRendererAdapter()
Method Detail

processAction

public void processAction(Action action,
                          StructureSource source)
Description copied from interface: IActionRenderer
Process the action with given source object.

Specified by:
processAction in interface IActionRenderer
Parameters:
action - Action Object.
source - Source Object


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