Skip to content

Commit

Permalink
rename CommandExecutionListenerImpl to CommandLineListener
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed May 30, 2014
1 parent cf08656 commit 136d99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class AeshConsole extends AbstractConsole {

private ShellHandle handle;
private CommandExecutionListenerImpl executionListener = new CommandExecutionListenerImpl();
private CommandLineListener executionListener = new CommandLineListener();

public void start() {
handle = FurnaceService.INSTANCE.lookup(ShellHandle.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import org.jboss.tools.forge.ui.internal.part.ForgeConsoleView;
import org.jboss.tools.forge.ui.internal.util.IDEUtils;

public class CommandExecutionListenerImpl
public class CommandLineListener
implements ProjectListener, CommandExecutionListener {

private List<Project> projects = new ArrayList<Project>();
Expand Down

0 comments on commit 136d99c

Please sign in to comment.