Skip to content

freddielore/events

 
 

Repository files navigation

Events: Famous eventing libraries Build Status

Events are used for communication between objects in Famous. Famo.us implements an event interface similar to that used in NodeJS.

Files

  • 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.

Documentation

Maintainer

License

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/.

About

Famo.us event handling utilities for listening, broadcasting and piping events.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published