public interface IAttachable
IServiceContainer
Modifier and Type | Method and Description |
---|---|
void |
attachTo(IServiceContainer services)
Attaches this instance to the instance of
IServiceContainer |
void |
detach()
Detaches this instance from currently attached
IServiceContainer instance |
boolean |
isAttached()
Gets whether this instance is attached on not
|
void attachTo(@NonNull IServiceContainer services)
IServiceContainer
services
- The target IServiceContainer
instancevoid detach()
IServiceContainer
instanceboolean isAttached()