| Package | org.spicefactory.parsley.core.binding.impl |
| Class | public class DefaultBindingManager |
| Inheritance | DefaultBindingManager Object |
| Implements | BindingManager |
| Method | Defined By | ||
|---|---|---|---|
addPublisher(publisher:Publisher):void
Adds a publisher to this manager. | DefaultBindingManager | ||
addSubscriber(subscriber:Subscriber):void
Adds a subscriber to this manager. | DefaultBindingManager | ||
removePublisher(publisher:Publisher):void
Removes a publisher from this manager. | DefaultBindingManager | ||
removeSubscriber(subscriber:Subscriber):void
Removes a subscriber from this manager. | DefaultBindingManager | ||
| addPublisher | () | method |
public function addPublisher(publisher:Publisher):voidAdds a publisher to this manager.
Parameters
publisher:Publisher — the publisher to add
|
| addSubscriber | () | method |
public function addSubscriber(subscriber:Subscriber):voidAdds a subscriber to this manager.
Parameters
subscriber:Subscriber — the subscriber to add
|
| removePublisher | () | method |
public function removePublisher(publisher:Publisher):voidRemoves a publisher from this manager.
Parameters
publisher:Publisher — the publisher to remove
|
| removeSubscriber | () | method |
public function removeSubscriber(subscriber:Subscriber):voidRemoves a subscriber from this manager.
Parameters
subscriber:Subscriber — the subscriber to remove
|