public class FileInfoEvent extends CVSEvent
source
Constructor and Description |
---|
FileInfoEvent(Object source,
FileInfoContainer infoContainer)
Construct a FileInfoEvent
|
Modifier and Type | Method and Description |
---|---|
protected void |
fireEvent(CVSListener listener)
Fire the event to the event listener.
|
FileInfoContainer |
getInfoContainer()
Get the information in this event
|
getSource, toString
public FileInfoEvent(Object source, FileInfoContainer infoContainer)
source
- the source of the eventmessage
- the message textisError
- true if the message is an error message (i.e. intended for
stderr rather than stdout), false otherwisepublic FileInfoContainer getInfoContainer()
protected void fireEvent(CVSListener listener)
Copyright © 2016. All rights reserved.