org.qi4j.api.mixin
Interface Initializable

All Known Implementing Classes:
ServiceCircuitBreakerMixin

public interface Initializable

Fragments which want to be initialized can implement this callback interface. It will be invoked after the fragment has bee instantiated and all injections have been done.


Method Summary
 void initialize()
          Initialize the fragment
 

Method Detail

initialize

void initialize()
                throws InitializationException
Initialize the fragment

Throws:
InitializationException - if something went wrong