GridGain™ 2.1.0
Java API Specification

org.gridgain.grid
Interface GridLocalEventListener

All Superinterfaces:
EventListener

@Apache20LicenseCompatible
public interface GridLocalEventListener
extends EventListener

Listener for asynchronous local node grid events. You can subscribe for local node grid event notifications via Grid.addLocalEventListener(GridLocalEventListener).

Use Grid.addLocalEventListener(GridLocalEventListener) to register this listener with grid.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

 

Method Summary
 void onEvent(GridEvent evt)
          Local event callback.
 

Method Detail

onEvent

void onEvent(GridEvent evt)
Local event callback.

Parameters:
evt - local grid event.

GridGain™ 2.1.0
Java API Specification

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