|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PackagerListener
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 |
---|
static final int MSG_DEBUG
static final int MSG_ERR
static final int MSG_INFO
static final int MSG_VERBOSE
static final int MSG_WARN
Method Detail |
---|
void packagerMsg(java.lang.String info)
info
- The information that has been sent.void packagerMsg(java.lang.String info, int priority)
info
- The information that has been sent.priority
- The priority of the message.void packagerStart()
void packagerStop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |