Module: ZK::Subscription
- Defined in:
- lib/zk/subscription.rb
Overview
Basic pattern for objects that have the concept of a parent (the thing that granted this subscription), a callback, and that can unregister (so the callback no longer receives events).
expects the 'parent' to respond_to? the 'unregister' method, and will be passed the subscription instance
Defined Under Namespace
Classes: Base