Interface IPlatformAware


public interface IPlatformAware
Services which need to know the platform should implement this interface. The Platform implementation must guaranty that platform will be seted up before calling any life cycle method
Author:
POLARION SOFTWARE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the platform instance for a plaform aware service
  • Method Details

    • setPlatform

      void setPlatform(IPlatform platform)
      Sets the platform instance for a plaform aware service
      Parameters:
      platform - platform instance to set