Add metadata listeners to components.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / source / MultiSource.java
2013-05-28 David ‘Bombe’ RodenAdd metadata listeners to components.
2013-05-27 David ‘Bombe’ RodenAdd some missing javadoc comments.
2013-05-27 David ‘Bombe’ RodenSend metadata updates events when the metadata changes.
2013-05-27 David ‘Bombe’ RodenAdd name to all controlled components.
2013-05-27 David ‘Bombe’ RodenMake controller’s value’s type variable.
2013-05-27 David ‘Bombe’ RodenEvery source, sink, and filter is now also a controller.
2013-05-27 David ‘Bombe’ RodenDon’t connect sources and sinks directly, use a pipelin...