|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleafchat.core.api.Msg
leafchat.core.api.SystemStateMsg
public class SystemStateMsg
Message sent when leafChat has loaded all plugins and is ready to start up
Field Summary | |
---|---|
static int |
LICENSEDIALOG
Type: sent when license dialog is being displayed |
static int |
PLUGINSLOADED
Type: sent when all plugins have been loaded |
static int |
REQUESTSHUTDOWN
Type: sent when user has done something that causes the app to quit, to give a chance to ask if they're sure. |
static int |
SHUTDOWN
Type: sent when application is shutting down, before plugins are closed |
static int |
UIREADY
Type: sent when application UI has started, just before splash screen goes |
Fields inherited from class leafchat.core.api.Msg |
---|
PRIORITY_AFTERNORMAL, PRIORITY_BEFORENORMAL, PRIORITY_EARLY, PRIORITY_FIRST, PRIORITY_LAST, PRIORITY_LATE, PRIORITY_NORMAL |
Constructor Summary | |
---|---|
SystemStateMsg(int type)
|
Method Summary | |
---|---|
int |
getType()
|
static boolean |
sendShutdown()
Sends the REQUESTSHUTDOWN and SHUTDOWN messages. |
Methods inherited from class leafchat.core.api.Msg |
---|
isHandled, isStopped, markHandled, markStopped, sequenceBefore, setSequence, setSequence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PLUGINSLOADED
public static final int SHUTDOWN
public static final int UIREADY
public static final int LICENSEDIALOG
public static final int REQUESTSHUTDOWN
Constructor Detail |
---|
public SystemStateMsg(int type)
type
- Type constantMethod Detail |
---|
public int getType()
public static boolean sendShutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |