com.codemonster.surinam.export.core
Interface ServiceClient
- All Known Implementing Classes:
- PlaceholderProviderImplementation, ServiceAdapter, SimpleServiceWrapper
public interface ServiceClient
This is an injection interface that tells the Service Block to try to inject a reference to
the block's Finder. Alternatively, you could acquire the finder explicitly via the
ServiceBlock API.
ServiceFinder finder = serviceBlock.getServiceFinder();
- See Also:
ServiceBlock.getServiceFinder()
setServiceFinder
void setServiceFinder(ServiceFinder svcFinder)
Copyright © 2010. All Rights Reserved.