* * Global Events, intra-object events, Class behaviors, expanded behaviors * @author Brad Anderson * * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ * @package System */ class TEventResults extends TEnumerable { const EVENT_RESULT_FEED_FORWARD=1; const EVENT_RESULT_FILTER=2; const EVENT_RESULT_ALL=4; }