org.esa.beam.framework.ui.command
Interface CommandListener

All Superinterfaces:
CommandStateListener, EventListener
All Known Implementing Classes:
CommandAdapter

public interface CommandListener
extends CommandStateListener

The CommandListener is a ...

Version:
$Revision$ $Date$
Author:
Norman Fomferra

Method Summary
 void actionPerformed(CommandEvent event)
          Invoked when a command action is performed.
 
Methods inherited from interface org.esa.beam.framework.ui.command.CommandStateListener
updateState
 

Method Detail

actionPerformed

void actionPerformed(CommandEvent event)
Invoked when a command action is performed.

Parameters:
event - the command event


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.