com.buglabs.bug.event
Class Activator

java.lang.Object
  extended by com.buglabs.bug.event.Activator

public class Activator
extends java.lang.Object

This bundle is responsible for accepting clients for callback notifications based on model change events.


Field Summary
static int MODEL_CHANGE_EVENT_LISTEN_PORT
           
 
Constructor Summary
Activator()
           
 
Method Summary
 void serviceChanged(ServiceEvent event)
           
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODEL_CHANGE_EVENT_LISTEN_PORT

public static final int MODEL_CHANGE_EVENT_LISTEN_PORT
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop(BundleContext context)
          throws java.lang.Exception
Throws:
java.lang.Exception

serviceChanged

public void serviceChanged(ServiceEvent event)