org.electrocodeogram.cpc.core.api.hub.event
Class EclipseFileModifiedEvent
java.lang.Object
org.electrocodeogram.cpc.core.api.hub.event.CPCEvent
org.electrocodeogram.cpc.core.api.hub.event.EclipseEvent
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
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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EclipseFileModifiedEvent
public EclipseFileModifiedEvent(java.lang.String user,
java.lang.String project)
- Deprecated.
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.