public class Activator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PI_PREFERENCES |
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
addingService(<any> reference) |
void |
modifiedService(<any> reference,
java.lang.Object service) |
void |
removedService(<any> reference,
java.lang.Object service) |
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
public static final java.lang.String PI_PREFERENCES
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic void stop(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Object addingService(<any> reference)
public void modifiedService(<any> reference,
java.lang.Object service)
public void removedService(<any> reference,
java.lang.Object service)