Apache CXF API

org.apache.cxf.ws.eventing.backend.notification.emitters
Class EmitterImpl

java.lang.Object
  extended by org.apache.cxf.ws.eventing.backend.notification.emitters.EmitterImpl
All Implemented Interfaces:
Emitter

public class EmitterImpl
extends Object
implements Emitter


Constructor Summary
EmitterImpl(NotificatorService service)
           
 
Method Summary
 void dispatch(Object event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmitterImpl

public EmitterImpl(NotificatorService service)
Method Detail

dispatch

public void dispatch(Object event)
Specified by:
dispatch in interface Emitter

Apache CXF API

Apache CXF