org.electrocodeogram.cpc.core.api.hub.event
Class EclipseFileModifiedEvent

java.lang.Object
  extended by org.electrocodeogram.cpc.core.api.hub.event.CPCEvent
      extended by org.electrocodeogram.cpc.core.api.hub.event.EclipseEvent
          extended by org.electrocodeogram.cpc.core.api.hub.event.EclipseFileModifiedEvent
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable<CPCEvent>

Deprecated. replaced by EclipseFileChangeEvent

@Deprecated
public class EclipseFileModifiedEvent
extends EclipseEvent

An EclipseFileModifiedEvent indicates that the content of a file was modified by a background operation. Or more specifically, a file was modified while not being displayed by any of the currently active editors.

This is typically caused by refactorings, automated source-code reformatings and external changes to files.

Author:
vw
See Also:
EclipseFileChangeEvent

Field Summary
 
Fields inherited from class org.electrocodeogram.cpc.core.api.hub.event.EclipseEvent
fileLocatedInWorkspace, fileLocatedInWorkspaceCached, filePath, project, supportedFile, supportedFileCached, user
 
Constructor Summary
EclipseFileModifiedEvent(java.lang.String user, java.lang.String project)
          Deprecated.  
 
Method Summary
 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.EclipseEvent
getFilePath, getProject, getUser, isFileLocatedInWorkspace, isSupportedFile, isValid, setFilePath, subToString
 
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

EclipseFileModifiedEvent

public EclipseFileModifiedEvent(java.lang.String user,
                                java.lang.String project)
Deprecated. 
Method Detail

toString

public java.lang.String toString()
Deprecated. 
Description copied from class: CPCEvent
Every event should implement a sensible toString method for use in debugging log messages.

Specified by:
toString in class CPCEvent
Returns:
debug string representation, never null.