Package org.eclipse.glsp.server.emf
Class AbstractEMFOperationHandler<O extends Operation>
- java.lang.Object
-
- org.eclipse.glsp.server.operations.AbstractOperationHandler<O>
-
- org.eclipse.glsp.server.emf.AbstractEMFOperationHandler<O>
-
- All Implemented Interfaces:
EMFOperationHandler<O>,OperationHandler
- Direct Known Subclasses:
EMFChangeBoundsOperationHandler,EMFCompoundOperationHandler
public abstract class AbstractEMFOperationHandler<O extends Operation> extends AbstractOperationHandler<O> implements EMFOperationHandler<O>
-
-
Field Summary
-
Fields inherited from class org.eclipse.glsp.server.operations.AbstractOperationHandler
operationType
-
-
Constructor Summary
Constructors Constructor Description AbstractEMFOperationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteOperation(O operation)-
Methods inherited from class org.eclipse.glsp.server.operations.AbstractOperationHandler
deriveOperationType, execute, getHandledOperationType, getLabel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.glsp.server.emf.EMFOperationHandler
createCommand, execute, getCommand, getHandledOperationType
-
Methods inherited from interface org.eclipse.glsp.server.operations.OperationHandler
getLabel, handles
-
-
-
-
Method Detail
-
executeOperation
protected void executeOperation(O operation)
- Specified by:
executeOperationin classAbstractOperationHandler<O extends Operation>
-
-