org.eclipse.osgi.framework.adaptor
Interface EventPublisher


public interface EventPublisher

The EventPublisher is used by FrameworkAdaptors to publish events to the Framework.

This interface is not intended to be implemented by clients.

Since:
3.1

Method Summary
 void publishFrameworkEvent(int type, Bundle bundle, java.lang.Throwable throwable)
          Publish a FrameworkEvent.
 

Method Detail

publishFrameworkEvent

void publishFrameworkEvent(int type,
                           Bundle bundle,
                           java.lang.Throwable throwable)
Publish a FrameworkEvent.

Parameters:
type - FrameworkEvent type.
bundle - Bundle related to FrameworkEven or null to for the system bundle.
throwable - Related exception or null.
See Also:
FrameworkEvent