1 package org.objectweb.celtix.bus.management; 2 3 import org.objectweb.celtix.BusEvent; 4 import org.objectweb.celtix.management.Instrumentation; 5 6 7 8 9 10 14 public class InstrumentationEvent extends BusEvent { 15 16 19 public static final String MANAGED_BUS_EVENT = "org.objectweb.celtix.bus.managed.event"; 20 21 22 27 public InstrumentationEvent(Instrumentation source) { 28 super(source, MANAGED_BUS_EVENT); 29 } 30 31 } 32 | Popular Tags |