mirror of https://github.com/zlatinb/muwire
MainFrameModel doesn't need to listen to single result events anymore
parent
8395047386
commit
4d2a5a8018
|
@ -181,7 +181,6 @@ class MainFrameModel {
|
||||||
core = e.getNewValue()
|
core = e.getNewValue()
|
||||||
routerPresent = core.router != null
|
routerPresent = core.router != null
|
||||||
me = core.me.getHumanReadableName()
|
me = core.me.getHumanReadableName()
|
||||||
core.eventBus.register(UIResultEvent.class, this)
|
|
||||||
core.eventBus.register(UIResultBatchEvent.class, this)
|
core.eventBus.register(UIResultBatchEvent.class, this)
|
||||||
core.eventBus.register(DownloadStartedEvent.class, this)
|
core.eventBus.register(DownloadStartedEvent.class, this)
|
||||||
core.eventBus.register(ConnectionEvent.class, this)
|
core.eventBus.register(ConnectionEvent.class, this)
|
||||||
|
|
Loading…
Reference in New Issue