Package com.zerog.ia.api.pub
Interface ServiceAccess
-
- All Known Implementing Classes:
CustomCodeConsoleProxy,CustomCodePanelProxy,CustomCodeRuleProxy,InstallerProxy,UninstallerProxy
public interface ServiceAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetService(java.lang.Class requestedServiceClass)Returns an instance of the requested service.
-