Package org.eclipse.emf.cdo.lm.assembly
Interface Assembly.DeltaHandler
- Enclosing interface:
- Assembly
public static interface Assembly.DeltaHandler
A callback interface to be used with
Assembly.compareTo()
.- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleAddition
(AssemblyModule newModule) void
handleModification
(AssemblyModule oldModule, AssemblyModule newModule) void
handleRemoval
(AssemblyModule oldModule)
-
Method Details
-
handleAddition
-
handleRemoval
-
handleModification
-