|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.osgi.framework.internal.core.FilteredServiceListener
public class FilteredServiceListener
Constructor Summary | |
---|---|
protected |
FilteredServiceListener(java.lang.String filterstring,
ServiceListener listener,
BundleContextImpl context)
Constructor. |
Method Summary | |
---|---|
void |
serviceChanged(ServiceEvent event)
Receive notification that a service has had a change occur in it's lifecycle. |
java.lang.String |
toString()
Get the filter string used by this Filtered listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected FilteredServiceListener(java.lang.String filterstring, ServiceListener listener, BundleContextImpl context) throws InvalidSyntaxException
filterstring
- filter for this listener.listener
- real listener.
InvalidSyntaxException
- if the filter is invalid.Method Detail |
---|
public void serviceChanged(ServiceEvent event)
serviceChanged
in interface ServiceListener
event
- The ServiceEvent.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |