Merge branch 'wip-improve-docs-rk'

This commit is contained in:
Roland 2011-12-30 00:25:11 +01:00
commit 0fc8ae5d73
33 changed files with 919 additions and 40 deletions

View file

@ -124,8 +124,6 @@ trait SubchannelClassification { this: EventBus ⇒
@volatile
private var cache = Map.empty[Classifier, Set[Subscriber]]
protected def subscribers = cache.values.flatten
/**
* Returns the Classifier associated with the given Event
*/