|
|||||||||
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.CloneEvent
public abstract class CloneEvent
Abstract base event for all clone data related events.
CPCEvent
Constructor Summary | |
---|---|
CloneEvent(ICloneFile cloneFile)
Create a new clone event, this abstract constructor needs to be called by all sub-implementations. |
Method Summary | |
---|---|
ICloneFile |
getCloneFile()
Retrieves the clone file for this event. |
protected java.lang.String |
subToString()
Should be called as part of Object.toString() implementations of sub-classes. |
Methods inherited from class org.electrocodeogram.cpc.core.api.hub.event.CPCEvent |
---|
checkSeal, clone, compareTo, getCreationTime, isValid, seal, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CloneEvent(ICloneFile cloneFile)
cloneFile
- the clone file which this event is related to, may be NULL.Method Detail |
---|
public ICloneFile getCloneFile()
NOTE: In case of a file deletion this clone file entry may point to a no longer existing file and it may also be no longer possible to retrieve this file or any data about it from the store provider.
protected java.lang.String subToString()
Object.toString()
implementations of sub-classes.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |