org.eclipse.gmt.modisco.infra.query.ui.views.queryExecution.internal
Class DropAdapter.DropAction

java.lang.Object
  extended by org.eclipse.gmt.modisco.infra.query.ui.views.queryExecution.internal.DropAdapter.DropAction
Enclosing class:
DropAdapter

public abstract static class DropAdapter.DropAction
extends java.lang.Object


Constructor Summary
DropAdapter.DropAction()
           
 
Method Summary
abstract  void dropped(java.util.Set<EObject> eObjects)
          The given EObjects are being dropped
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropAdapter.DropAction

public DropAdapter.DropAction()
Method Detail

dropped

public abstract void dropped(java.util.Set<EObject> eObjects)
The given EObjects are being dropped