|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.electrocodeogram.cpc.core.api.hub.event.CPCEvent org.electrocodeogram.cpc.core.api.hub.event.TeamOperationEvent
EclipseTeamEvent
.
@Deprecated public class TeamOperationEvent
deprecated
Nested Class Summary | |
---|---|
class |
TeamOperationEvent.TeamOperationFile
Deprecated. |
static class |
TeamOperationEvent.Type
Deprecated. no longer in use |
Constructor Summary | |
---|---|
TeamOperationEvent()
Deprecated. |
Method Summary | |
---|---|
java.util.List<TeamOperationEvent.TeamOperationFile> |
getAffectedFiles()
Deprecated. |
TeamOperationEvent.Type |
getType()
Deprecated. |
boolean |
isValid()
Deprecated. Checks if this event has been fully initialised. |
void |
setAffectedFiles(java.util.List<TeamOperationEvent.TeamOperationFile> affectedFiles)
Deprecated. |
void |
setType(TeamOperationEvent.Type type)
Deprecated. |
java.lang.String |
toString()
Deprecated. Every event should implement a sensible toString method for use in debugging log messages. |
Methods inherited from class org.electrocodeogram.cpc.core.api.hub.event.CPCEvent |
---|
checkSeal, clone, compareTo, getCreationTime, seal |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TeamOperationEvent()
Method Detail |
---|
public TeamOperationEvent.Type getType()
public void setType(TeamOperationEvent.Type type)
public java.util.List<TeamOperationEvent.TeamOperationFile> getAffectedFiles()
public void setAffectedFiles(java.util.List<TeamOperationEvent.TeamOperationFile> affectedFiles)
public boolean isValid()
CPCEvent
Subclasses should override this method but should never return true. Instead they should delegate to the super class implementation once all validity checks on their level have passed.
The CPCEvent.isValid()
implementation always returns true.
isValid
in class CPCEvent
IEventHubRegistry.dispatch(CPCEvent)
public java.lang.String toString()
CPCEvent
toString
in class CPCEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |