Interface ISupportGlobalSharedState

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isGlobalSharedState()
      This property determines if a global shared state should be used for all events created by this event source.
      void setGlobalSharedState​(boolean p_bGlobalSharedState)
      This property determines if a global shared state should be used for all events created by this event source.
    • Method Detail

      • isGlobalSharedState

        boolean isGlobalSharedState()
        This property determines if a global shared state should be used for all events created by this event source.
        Returns:
        true if a global shared state should be used, or false otherwise.
      • setGlobalSharedState

        void setGlobalSharedState​(boolean p_bGlobalSharedState)
        This property determines if a global shared state should be used for all events created by this event source.
        Parameters:
        p_bGlobalSharedState - true if a global shared state should be used, or false otherwise.