Skip to content

Commit b073650

Browse files
committed
# GG-9054 - GG-9054 Removed listening of unused event.
1 parent c9c7c11 commit b073650

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

modules/visor-plugins/src/main/java/org/gridgain/visor/plugin/api/VisorTopologyListener.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,4 @@ public interface VisorTopologyListener {
4242
* @param nid ID of segmented node.
4343
*/
4444
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);
5245
}

0 commit comments

Comments
 (0)