|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jpackit.ui.text.ProgressPrinter
public class ProgressPrinter
This class prints all events that come from JarPackageBuilder
Constructor Summary | |
---|---|
ProgressPrinter()
Creates a new instance of ProgressPrinter |
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) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgressPrinter()
Method Detail |
---|
public void actionInterrupted()
JPackitNotificationListener
actionInterrupted
in interface JPackitNotificationListener
public void errorMessageChanged(JPackitNotificationEvent event)
JPackitNotificationListener
errorMessageChanged
in interface JPackitNotificationListener
event
- object describing errorspublic void progressInfoChanged(JPackitNotificationEvent event)
JPackitNotificationListener
progressInfoChanged
in interface JPackitNotificationListener
event
- object describing new progresspublic void stateChanged(JPackitNotificationEvent event)
JPackitNotificationListener
stateChanged
in interface JPackitNotificationListener
event
- object describing changes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |