Package org.eclipse.emf.cdo.lm.assembly
Interface Assembly.DeltaHandler
- Enclosing interface:
- Assembly
public static interface Assembly.DeltaHandler
- 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
-