it.amattioli.applicate.commands
Interface CommandListener

Show UML class diagram
All Superinterfaces:
EventListener
All Known Subinterfaces:
GroupBrowser<I,T>, ListBrowser<I,T>, ObjectBrowser<I,T>, PagedListBrowser<I,T>, TreeBrowser<I,T>
All Known Implementing Classes:
CommandEventTopic, DefaultGroupBrowser, DefaultTreeBrowser, ListBrowserImpl, MultiBrowser, ObjectBrowserImpl, PagedListBrowserImpl

public interface CommandListener
extends EventListener

A listener that can be added to a command to intercept command events fired during command execution.

Author:
andrea

Method Summary
 void commandDone(CommandEvent e)
          This method will be called every time a CommandEvent is fired by the command to which this listener has been added.
 

Method Detail

commandDone

void commandDone(CommandEvent e)
This method will be called every time a CommandEvent is fired by the command to which this listener has been added.

Parameters:
e - the fired event


Copyright © 2011. All Rights Reserved.