Package org.eclipse.emf.cdo.lm.assembly
Schnittstelle Assembly.DeltaHandler
- Umschließende Schnittstelle:
Assembly
public static interface Assembly.DeltaHandler
A callback interface to be used with
Assembly.compareTo()
.- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
handleAddition
(AssemblyModule newModule) void
handleModification
(AssemblyModule oldModule, AssemblyModule newModule) void
handleRemoval
(AssemblyModule oldModule)
-
Methodendetails
-
handleAddition
-
handleRemoval
-
handleModification
-