Skip navigation links

Package com.vektorsoft.demux.core.extension

Contains classes and interface related to extensions management.

See: Description

Package com.vektorsoft.demux.core.extension Description

Contains classes and interface related to extensions management. Extension system is vital part of the framework and allows code reuse and customization of the existing components. System is centered around callback methods which add additional functionality to classes intended for extension. These classes must implement DMXExtendable interface, which callback classes must implement DMXExtensionCallback interface.

Extension callbacks are third-party code which is packaged into separate OSGI bundles. These bundles must be fragment bundles, and their host bundle must be the bundle meant for extension. Fragment bundles contain extension callbacks and any additional resources.

Skip navigation links

Copyright © 2012-2014 Vektor Software. All Rights Reserved.