Package com.e1c.langtool.sync.change
Class ChangeEvent
java.lang.Object
java.util.EventObject
com.e1c.langtool.sync.change.ChangeEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionChangeEvent(EditingChangeManager source, PostChangeListener.ChangeEventType type, org.eclipse.core.runtime.IPath path) -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ChangeEvent
public ChangeEvent(EditingChangeManager source, PostChangeListener.ChangeEventType type, org.eclipse.core.runtime.IPath path) - Parameters:
source-
-
-
Method Details
-
getManager
-
getType
- Returns:
- the type
-
getPath
public org.eclipse.core.runtime.IPath getPath()- Returns:
- the path
-