org.mobicents.slee.sipevent.server.subscription
Interface FlatListMakerParentSbbLocalObject

All Superinterfaces:
javax.slee.SbbLocalObject
All Known Subinterfaces:
EventListSubscriptionControlSbbLocalObject

public interface FlatListMakerParentSbbLocalObject
extends javax.slee.SbbLocalObject

Call back interface for the parent sbb of the FlatListMakerSbbLocalObject. Provides the responses to the requests sent by the parent sbb and event notifications.

Author:
Eduardo Martins

Method Summary
 void flatListMade(org.mobicents.slee.sipevent.server.subscription.eventlist.FlatList flatList)
          provides the FlatList of EntryTypes, which is the result of flattening a ListType
 
Methods inherited from interface javax.slee.SbbLocalObject
getSbbPriority, isIdentical, remove, setSbbPriority
 

Method Detail

flatListMade

void flatListMade(org.mobicents.slee.sipevent.server.subscription.eventlist.FlatList flatList)
provides the FlatList of EntryTypes, which is the result of flattening a ListType

Parameters:
flatList -


Copyright © 2009. All Rights Reserved.