Add static getHandlerList to TrustChangedEvent (#1003)

This commit is contained in:
Simon 2020-09-10 16:59:17 +01:00 committed by GitHub
parent e3bce9a35e
commit 39f385e51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,11 @@ public class TrustChangedEvent extends Event implements Cancellable
return handlers;
}
public static HandlerList getHandlerList()
{
return handlers;
}
/**
* Gets who made the change
*