public interface IServiceProvider
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
GetService(java.lang.Class serviceType)
Gets the service object of the specified type.
|
java.lang.Object GetService(java.lang.Class serviceType)
serviceType
- An object that specifies the type of service object to get.