Fix equals().
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / filter / MultiSourceFilter.java
2013-03-18 David ‘Bombe’ RodenSend event when source reached EOF.
2013-03-17 David ‘Bombe’ RodenForward get() calls directly to the current source.
2013-03-17 David ‘Bombe’ RodenMove format into metadata.
2013-03-16 David ‘Bombe’ RodenSend event after source has been updated.
2013-03-16 David ‘Bombe’ RodenAdd method to notify sink when a source has updated...
2013-03-16 David ‘Bombe’ RodenAdd method to expose a source’s metadata.
2013-03-16 David ‘Bombe’ RodenStore the source instead of only the format.
2013-03-16 David ‘Bombe’ RodenSend event when source is changed.
2013-03-16 David ‘Bombe’ RodenInject event bus.
2013-03-16 David ‘Bombe’ RodenAccess source threadsafely.
2013-03-16 David ‘Bombe’ RodenAdd filter that supports changing sources.