Class: Event

Source Location: /CORE/system/classes/event/Event.php

Class Event

Class Overview

An Event is used for broadcasting messages throughout registered EventListener.

Located in /CORE/system/classes/event/Event.php [line 36]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: Event.php,v 1.1 2008/03/24 22:43:23 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
Event   Event()  
void   getParameter()  
void   getType()  
void   isCanceled()  
void   stopPropagation()  

[ Top ]
Methods
Constructor Event  [line 51]

  Event Event( $type, $parameter  )

Parameters:
   $type: 
   $parameter: 


[ Top ]
getParameter  [line 68]

  void getParameter( )



[ Top ]
getType  [line 64]

  void getType( )



[ Top ]
isCanceled  [line 60]

  void isCanceled( )



[ Top ]
stopPropagation  [line 56]

  void stopPropagation( )



[ Top ]