Show P2P-Tunnel Link Status on WAILA (#2545)

Implemented QoL improvement for P2P tunnels by showing their link status via WAILA.
This commit is contained in:
shartte
2016-10-31 23:55:14 +01:00
committed by GitHub
parent c7eb696d60
commit 5db7fc8e8c
5 changed files with 169 additions and 3 deletions
@@ -73,7 +73,7 @@ public abstract class PartP2PTunnel<T extends PartP2PTunnel> extends PartBasicSt
return null;
}
T getInput()
public T getInput()
{
if( this.getFrequency() == 0 )
{
@@ -95,7 +95,7 @@ public abstract class PartP2PTunnel<T extends PartP2PTunnel> extends PartBasicSt
return null;
}
TunnelCollection<T> getOutputs() throws GridAccessException
public TunnelCollection<T> getOutputs() throws GridAccessException
{
if( this.getProxy().isActive() )
{