|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for classes that want to listen to a packager events.
Field Summary | |
static int |
MSG_DEBUG
Message priority of "debug". |
static int |
MSG_ERR
Message priority of "error". |
static int |
MSG_INFO
Message priority of "information". |
static int |
MSG_VERBOSE
Message priority of "verbose". |
static int |
MSG_WARN
Message priority of "warning". |
Method Summary | |
void |
packagerMsg(java.lang.String info)
Send a message with the priority MSG_INFO. |
void |
packagerMsg(java.lang.String info,
int priority)
Send a message with the specified priority. |
void |
packagerStart()
Called when the packager starts. |
void |
packagerStop()
Called when the packager stops. |
Field Detail |
public static final int MSG_DEBUG
public static final int MSG_ERR
public static final int MSG_INFO
public static final int MSG_VERBOSE
public static final int MSG_WARN
Method Detail |
public void packagerMsg(java.lang.String info)
info
- The information that has been sent.public void packagerMsg(java.lang.String info, int priority)
info
- The information that has been sent.priority
- The priority of the message.public void packagerStart()
public void packagerStop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |