We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c7c11 commit b073650Copy full SHA for b073650
modules/visor-plugins/src/main/java/org/gridgain/visor/plugin/api/VisorTopologyListener.java
@@ -42,11 +42,4 @@ public interface VisorTopologyListener {
42
* @param nid ID of segmented node.
43
*/
44
public void onNodeSegmented(UUID nid);
45
-
46
- /**
47
- * Action that should be done on node reconnected.
48
- *
49
- * @param nid ID of reconnected node.
50
- */
51
- public void onNodeReconnected(UUID nid);
52
}
0 commit comments