Skip to content
Marco Jansen edited this page Jan 6, 2016 · 3 revisions

BundlesFragment

Fragment where you can see which bundles are available and where the user can start/stop/install/delete bundles on the celix framework. This fragment observers the Celix instance. This way it will be notified when there's a new bundle installed or a bundle has been changed. The list will then be updated and refreshed. You have to start the framework first in order to install/start/stop/delete bundles.

ConsoleFragment

Fragment where the console is and the output of bundles are written to. Retrieves the output from the Celix instance and shows this in the UI. This output is limited to 3000 characters, then all the old logs will be removed from the screen. This fragment observes the Celix instance to get notified when the log have been changed. Then the new log line will be appended to a EditText.