de.tu_berlin.cs.tfs.muvitorkit.actions
Class GenericPasteAction.PasteRuleAdapter

java.lang.Object
  extended by de.tu_berlin.cs.tfs.muvitorkit.actions.GenericPasteAction.PasteRuleAdapter
All Implemented Interfaces:
GenericPasteAction.IPasteRule
Enclosing class:
GenericPasteAction

public static class GenericPasteAction.PasteRuleAdapter
extends Object
implements GenericPasteAction.IPasteRule

Rating red

Constructor Summary
GenericPasteAction.PasteRuleAdapter()
           
 
Method Summary
 void afterPaste(EObject element, EObject target)
           
 boolean isValidPaste(EObject element, EObject target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericPasteAction.PasteRuleAdapter

public GenericPasteAction.PasteRuleAdapter()
Method Detail

afterPaste

public void afterPaste(EObject element,
                       EObject target)
Specified by:
afterPaste in interface GenericPasteAction.IPasteRule

isValidPaste

public boolean isValidPaste(EObject element,
                            EObject target)
Specified by:
isValidPaste in interface GenericPasteAction.IPasteRule