Add static getHandlerList to TrustChangedEvent (#1003)

This commit is contained in:
Simon
2020-09-10 08:59:17 -07:00
committed by GitHub
parent e3bce9a35e
commit 39f385e51c
@@ -54,6 +54,11 @@ public class TrustChangedEvent extends Event implements Cancellable
return handlers;
}
public static HandlerList getHandlerList()
{
return handlers;
}
/**
* Gets who made the change
*