Package org.apache.ignite.compute
Interface ComputeTaskSessionAttributeListener
- 
- All Superinterfaces:
- EventListener
 
 public interface ComputeTaskSessionAttributeListener extends EventListener This interface defines listener for task session attributes.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAttributeSet(Object key, Object val)Called on attribute change (set or update).
 
-