Package org.eclipse.ecf.discovery
Interface IServiceEvent
- All Superinterfaces:
Event
,IContainerEvent
- All Known Implementing Classes:
ServiceContainerEvent
Service discovery event that provides access to IServiceInfo instance
-
Method Summary
Modifier and TypeMethodDescriptionGet the service info associated with this eventMethods inherited from interface org.eclipse.ecf.core.events.IContainerEvent
getLocalContainerID
-
Method Details
-
getServiceInfo
IServiceInfo getServiceInfo()Get the service info associated with this event- Returns:
- IServiceInfo any info associated with this event. May be
null
.
-