Events are used for communication between objects in Famous. Famo.us implements an event interface similar to that used in NodeJS.
- EventArbiter.js: A switch which wraps several event destinations and redirects received events to at most one of them.
- EventFilter.js: EventFilter regulates the broadcasting of events based on a specified condition.
- EventMapper.js: EventMapper routes events to various event destinations based on custom logic.
- David Valdman [email protected]
Copyright (c) 2014 Famous Industries, Inc.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.