|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpress.CompressorEvent
public class CompressorEvent
This class represents a CompressorEvent.
Here's the list of the events Strings :
- "COMMENTS" : the compressor is wiping the comments
- "BORDERS" : the compressor is wiping unreadable text, out of the document scope
- "RETURNS" : the compressor is wiping the unecessary returns
- "SPACES" : the compressor is wiping the unecessary spaces
- "OUTPUT" : the compressor is sendig the data to the output stream
- "DONE" : the job is finished.
CompressorEvent
Constructor Summary | |
---|---|
CompressorEvent(Compressor src,
java.lang.String msg)
The constructor. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Retrieves the message. |
Compressor |
getSource()
Retrieves the source. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompressorEvent(Compressor src, java.lang.String msg)
scr
- The compressor who fires this event.msg
- The String containing the event.Method Detail |
---|
public Compressor getSource()
public java.lang.String getMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |