Interface InitClassInterface

All Known Implementing Classes:
ORBSetup

public interface InitClassInterface
This interface can be implemented by classes which have been registered as pre/post-initialisation classes. If this interface is used then the object which has been/is being intialised will be passed to it via the setAssociatedObject method.
Version:
$Id:%
Author:
Richard A. Begg (richard_begg@hp.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called and passed the object which is associated with this pre/post-initialisation routine.
  • Method Details

    • invoke

      void invoke(Object obj)
      This method is called and passed the object which is associated with this pre/post-initialisation routine.
      Parameters:
      obj - The object which has or is being initialised.