Add static getHandlerList to TrustChangedEvent (#1003)
This commit is contained in:
parent
e3bce9a35e
commit
39f385e51c
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user