Package org.xmlBlaster.util.queue

Examples of org.xmlBlaster.util.queue.EventHelper


                     + "' is not supported");
      }

      if (this.eventDispatcher == null) // ??
         this.eventDispatcher = dispatcher;
      EventHelper helper = new EventHelper(eventType, type, id1, id2, value,
            this.eventDispatcher);
      synchronized (this.wantedEventsMap) {
         this.wantedEventsMap.put(helper.getKey(), helper);
      }
   }
View Full Code Here

TOP

Related Classes of org.xmlBlaster.util.queue.EventHelper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.