Package | Description |
---|---|
org.eclipse.ecf.discovery | |
org.eclipse.ecf.provider.discovery |
Modifier and Type | Class and Description |
---|---|
class |
ServiceContainerEvent
Base event implementation of
IServiceEvent . |
Modifier and Type | Method and Description |
---|---|
protected IServiceEvent |
AbstractDiscoveryContainerAdapter.getServiceEvent(IServiceInfo iServiceInfo,
ID id) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDiscoveryContainerAdapter.fireServiceDiscovered(IServiceEvent aServiceEvent)
Calls
IServiceListener.serviceDiscovered(IServiceEvent) for all
registered IServiceListener |
protected void |
AbstractDiscoveryContainerAdapter.fireServiceUndiscovered(IServiceEvent aServiceEvent)
Calls
IServiceListener.serviceUndiscovered(IServiceEvent) for all
registered IServiceListener |
void |
IServiceListener.serviceDiscovered(IServiceEvent anEvent)
Notification that a service has been discovered (the service is fully
resolved).
|
void |
IServiceListener.serviceUndiscovered(IServiceEvent anEvent)
Notification that a previously discovered service has been undiscovered.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeServiceContainerEvent |
Modifier and Type | Method and Description |
---|---|
protected IServiceEvent |
CompositeDiscoveryContainer.getServiceEvent(IServiceInfo iServiceInfo,
ID id) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeDiscoveryContainer.CompositeContainerServiceListener.serviceDiscovered(IServiceEvent event) |
void |
CompositeDiscoveryContainer.CompositeContainerServiceListener.serviceUndiscovered(IServiceEvent event) |
Constructor and Description |
---|
CompositeServiceContainerEvent(IServiceEvent event,
ID connectedId) |
Copyright © 2017 Eclipse Foundation. All rights reserved.