Interface ComputeTaskSessionAttributeListener

  • All Superinterfaces:
    EventListener

    public interface ComputeTaskSessionAttributeListener
    extends EventListener
    This interface defines listener for task session attributes.
    • Method Detail

      • onAttributeSet

        void onAttributeSet​(Object key,
                            Object val)
        Called on attribute change (set or update).
        Parameters:
        key - Attribute key.
        val - Attribute value.