org.mobicents.slee.resource.parlay.util.event
Interface EventSender

All Known Implementing Classes:
EventSenderImpl

public interface EventSender

Defines interface to event publisher exposed to the corba callbacks in each of the services.


Method Summary
 void sendEvent(org.mobicents.csapi.jr.slee.ResourceEvent event, javax.slee.resource.ActivityHandle activityHandle)
          Sends the specified event.
 

Method Detail

sendEvent

void sendEvent(org.mobicents.csapi.jr.slee.ResourceEvent event,
               javax.slee.resource.ActivityHandle activityHandle)
Sends the specified event.

Parameters:
event -
activityHandle -


Copyright © 2009. All Rights Reserved.