|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.starteam.events.CommandProcessorCheckinEvent
public final class CommandProcessorCheckinEvent
An event triggered whenever an add or a checkin operation is executed through the CommandProcessor The event is fired (per file) before the add or checkin transaction begins, and allows the client application to skip the operation for that file for any reason whatsoever The event is also fired (per file) for informational purposes after the transaction completes
| Method Summary | |
|---|---|
File |
getFile()
Returns the file that is being added/checked in |
boolean |
isSkipped()
return true if this file should be skipped during execution The default behavior is to not skip files being added or checked in |
void |
skip()
skip this file during execution of the command Set the file to be skipped when the event first fires for this file; (i.e. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public File getFile()
public boolean isSkipped()
public void skip()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||