Interface DelegatingModelControllerClient.DelegateProvider
-
- Enclosing class:
- DelegatingModelControllerClient
public static interface DelegatingModelControllerClient.DelegateProviderProvides a delegate for use by theDelegatingModelControllerClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelControllerClientgetDelegate()
-
-
-
Method Detail
-
getDelegate
ModelControllerClient getDelegate() throws IllegalStateException
- Throws:
IllegalStateException- if the delegate is not available.
-
-