Package org.syncany.config
Class LocalEventBus
- java.lang.Object
-
- org.syncany.config.InternalEventBus
-
- org.syncany.config.LocalEventBus
-
public class LocalEventBus extends InternalEventBus
The local event bus is used to pass messages and events between operations and commands, as well as to replace traditional listeners.It is heavily used by the daemon to distribute requests and responses into the application; and to pass responses back to the daemon.
-
-
Field Summary
-
Fields inherited from class org.syncany.config.InternalEventBus
eventBus, logger
-
-
Constructor Summary
Constructors Constructor Description LocalEventBus()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LocalEventBus
getInstance()
-
Methods inherited from class org.syncany.config.InternalEventBus
getInstance, post, register, unregister
-
-
-
-
Constructor Detail
-
LocalEventBus
public LocalEventBus()
-
-
Method Detail
-
getInstance
public static LocalEventBus getInstance()
-
-