|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxbrowser.events.BrowserEvent
com.teamdev.jxbrowser.print.PrintEvent
public class PrintEvent
Contains information about printing event.
| Constructor Summary | |
|---|---|
PrintEvent(Browser browser)
Constructs a new PrintEvent instance with no progress information. |
|
PrintEvent(Browser browser,
long curProgress,
long maxProgress)
Constructs a new PrintEvent instance. |
|
| Method Summary | |
|---|---|
long |
getCurrentProgress()
Returns the current print progress value. |
long |
getMaxProgress()
Returns the maximum print progress value. |
| Methods inherited from class com.teamdev.jxbrowser.events.BrowserEvent |
|---|
getBrowser |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrintEvent(Browser browser)
PrintEvent instance with no progress information.
browser - the browser instance on which the event is initially occurred.
public PrintEvent(Browser browser,
long curProgress,
long maxProgress)
PrintEvent instance.
browser - the browser instance on which the event is initially occurred.curProgress - the current progress value.maxProgress - the maximum progress value.| Method Detail |
|---|
public long getCurrentProgress()
0 < value < max_progress scope.
public long getMaxProgress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||