|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPackitNotificationListener
You can register a PropertyChangeListener to be notified of any package builder actions or state changes.
Method Summary | |
---|---|
void |
actionInterrupted()
This method gets called when package builder wants to inform that building process was interrupted |
void |
errorMessageChanged(JPackitNotificationEvent event)
This method gets called when package builder wants to inform that error occured |
void |
progressInfoChanged(JPackitNotificationEvent event)
This method gets called when package builder wants to inform that progress was changed (percentage) |
void |
stateChanged(JPackitNotificationEvent event)
This method gets called when package builder wants to inform that current state was changed (i.e. new action is executing) |
Method Detail |
---|
void stateChanged(JPackitNotificationEvent event)
event
- object describing changesvoid progressInfoChanged(JPackitNotificationEvent event)
event
- object describing new progressvoid errorMessageChanged(JPackitNotificationEvent event)
event
- object describing errorsvoid actionInterrupted()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |