|
DigiStamp.com | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.digistamp.pdf.test.Reporter
public class Reporter
A simple reported that send messages to System.out. Create your own reported by implementing the com.digistamp.tsp.Reporter Interface to send the output elsewhere.
| Constructor Summary | |
|---|---|
Reporter()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getDate()
Format date display |
void |
report(java.lang.String text)
This single method is called inside the communications process to inform about status. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Reporter()
| Method Detail |
|---|
public static java.lang.String getDate()
public void report(java.lang.String text)
report in interface Reportertext - java.lang.String
|
Copyright 2000-2010 DigiStamp, Inc. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||