com.togethersoft.openapi.model.extension
Interface ModelAware


public interface ModelAware

Providers, which implements this interface will be notified of which model they are registered in. They are guaranteed to be used in only one model.

Author:
TogetherSoft

Method Summary
 voidregisteredInModel(Model model)
          This method will be called by model implementation during register procedure.

Method Detail

registeredInModel

public void registeredInModel(Model model)
This method will be called by model implementation during register procedure. It is guaranteed that this method will be called only once and before any other methods.