public class FileInfoEvent extends CVSEvent
Constructor and Description |
---|
FileInfoEvent(java.lang.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
|
public FileInfoEvent(java.lang.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)
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.