public interface GridGainListener extends EventListener
GridGain.addListener(GridGainListener) to register this
listener with grid factory.| Modifier and Type | Method and Description |
|---|---|
void |
onStateChange(String name,
GridGainState state)
Listener for grid factory state change notifications.
|
void onStateChange(@Nullable String name, GridGainState state)
name - Grid name (null for default un-named grid).state - New state.Copyright © 2014. All rights reserved.