TeeChartPHP
[ class tree: TeeChartPHP ] [ index: TeeChartPHP ] [ all elements ]

Source for file IEventListener.php

Documentation is available at IEventListener.php

  1. <?php
  2.  
  3.  /**
  4.  * IEventListener class
  5.  *
  6.  * Description:
  7.  *
  8.  * @author
  9.  * @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
  10.  * @version 1.0
  11.  * @package TeeChartPHP
  12.  * @subpackage events
  13.  * @link http://www.steema.com
  14.  */
  15.  
  16. interface IEventListener {
  17.     function onMyEvent(ChartEvent $event);
  18. }
  19. ?>

Documentation generated on Wed, 16 Jun 2010 12:06:24 +0200 by phpDocumentor 1.4.1