Add static getHandlerList to TrustChangedEvent (#1003)
This commit is contained in:
@@ -54,6 +54,11 @@ public class TrustChangedEvent extends Event implements Cancellable
|
|||||||
return handlers;
|
return handlers;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static HandlerList getHandlerList()
|
||||||
|
{
|
||||||
|
return handlers;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets who made the change
|
* Gets who made the change
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user