|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.netbeans.lib.cvsclient.event.CVSEvent
org.netbeans.lib.cvsclient.event.FileInfoEvent
public class FileInfoEvent
This event is created when file information is received from the server.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
FileInfoEvent(java.lang.Object source,
FileInfoContainer infoContainer)
Construct a FileInfoEvent |
Method Summary | |
---|---|
protected void |
fireEvent(CVSListener listener)
Fire the event to the event listener. |
FileInfoContainer |
getInfoContainer()
Get the information in this event |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 otherwiseMethod Detail |
---|
public FileInfoContainer getInfoContainer()
protected void fireEvent(CVSListener listener)
fireEvent
in class CVSEvent
listener
- the event listener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |