All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scaffold.libs_as.org.osflash.signals.events.IBubbleEventHandler.as Maven / Gradle / Ivy

package org.osflash.signals.events
{
	public interface IBubbleEventHandler
	{
		/**
		 * Handler for event bubbling.
		 * It's left to the IBubbleEventHandler to decide what to do with the event.
		 * @param    event The event that bubbled up.
		 * @return whether to continue bubbling this event
		 */
		function onEventBubbled( event : IEvent ) : Boolean;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy