Uses of Class
com.espertech.esperio.AbstractSendableEvent

Packages that use AbstractSendableEvent
com.espertech.esperio This package contains adapter framework classes applicable to multiple adapter implementations. 
 

Uses of AbstractSendableEvent in com.espertech.esperio
 

Subclasses of AbstractSendableEvent in com.espertech.esperio
 class SendableBeanEvent
          An implementation of SendableEvent that wraps a Map event for sending into the runtime.
 class SendableMapEvent
          An implementation of SendableEvent that wraps a Map event for sending into the runtime.
 

Methods in com.espertech.esperio with parameters of type AbstractSendableEvent
 void DirectSender.sendEvent(AbstractSendableEvent theEvent, java.util.Map mapToSend, java.lang.String eventTypeName)
           
abstract  void AbstractSender.sendEvent(AbstractSendableEvent theEvent, java.util.Map mapToSend, java.lang.String eventTypeName)
          Send an event.
 void DirectSender.sendEvent(AbstractSendableEvent theEvent, java.lang.Object beanToSend)
           
abstract  void AbstractSender.sendEvent(AbstractSendableEvent theEvent, java.lang.Object beanToSend)
          Send an event
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com