public class DatabaseLoadEvent extends Event
Event.Result| Constructor and Description |
|---|
DatabaseLoadEvent(int amount)
Fired after the database is loaded.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
callEvent, getEventName, isAsynchronouspublic DatabaseLoadEvent(int amount)
amount - Amount of seconds HeadDatabase took to loadpublic static HandlerList getHandlerList()
public int getAmount()
public HandlerList getHandlers()
getHandlers in class Event