public class CompressorEvent
extends java.lang.Object
CompressorEvent
Constructor and Description |
---|
CompressorEvent(Compressor src,
java.lang.String msg)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Retrieves the message.
|
Compressor |
getSource()
Retrieves the source.
|
public CompressorEvent(Compressor src, java.lang.String msg)
scr
- The compressor who fires this event.msg
- The String containing the event.public Compressor getSource()
public java.lang.String getMessage()