Add metadata listeners to components.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / filter / DummyFilter.java
2013-05-28 David ‘Bombe’ RodenAdd metadata listeners to components.
2013-05-27 David ‘Bombe’ RodenSend metadata updates events when the metadata changes.
2013-05-27 David ‘Bombe’ RodenCreate all controlled components with an event bus.
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...