kieker.webgui.web.utility.command
Class AbstractEditorCommand

java.lang.Object
  extended by kieker.webgui.web.utility.command.AbstractEditorCommand
Direct Known Subclasses:
AddPluginCommand, DeletePluginCommand

public abstract class AbstractEditorCommand
extends Object

This is the abstract base for all other editor commands within this application.

Author:
Nils Christian Ehmke

Constructor Summary
AbstractEditorCommand()
          Creates a new instance of this class.
 
Method Summary
abstract  void execute()
          Executes this command.
abstract  AbstractEditorCommand invert()
          Inverts this command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEditorCommand

public AbstractEditorCommand()
Creates a new instance of this class.

Method Detail

execute

public abstract void execute()
Executes this command.


invert

public abstract AbstractEditorCommand invert()
Inverts this command.

Returns:
The inverted command.


Copyright © 2015. All rights reserved.