public interface ServiceContextListener extends EventListener
ServiceContextListener interface is implemented by
applications wishing to receive events related to service contexts.ServiceContext| Modifier and Type | Method and Description |
|---|---|
void |
receiveServiceContextEvent(ServiceContextEvent e)
Notifies the
ServiceContextListener of an event
generated by a ServiceContext. |
void receiveServiceContextEvent(ServiceContextEvent e)
ServiceContextListener of an event
generated by a ServiceContext.e - The generated event.Copyright © 2012 code4tv.com. All Rights Reserved.