Interface ConstructorCallback


public interface ConstructorCallback
Supplies construction-time logic for the class' constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onConstruct(Object instance, InstanceContext context)
    Invoked at the end of the class constructor to perform any additional initializations.
  • Method Details

    • onConstruct

      void onConstruct(Object instance, InstanceContext context)
      Invoked at the end of the class constructor to perform any additional initializations.
      Parameters:
      instance - newly constructed instance
      context - instance context for class