GridGain™ 2.0.3
Java API Specification

org.gridgain.grid
Interface GridTaskSessionAttributeListener

All Superinterfaces:
EventListener

@Apache20LicenseCompatible
public interface GridTaskSessionAttributeListener
extends EventListener

This interface defines listener for task session attributes.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.0.3

 

Method Summary
 void onAttributeSet(Serializable key, Serializable val)
          Called on attribute change (set or update).
 

Method Detail

onAttributeSet

void onAttributeSet(Serializable key,
                    Serializable val)
Called on attribute change (set or update).

Parameters:
key - Attribute's key.
val - Attribute's value.

GridGain™ 2.0.3
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.