it.amattioli.applicate.commands
Class CommandEventSupport

Show UML class diagram
java.lang.Object
  extended by it.amattioli.applicate.commands.CommandEventSupport

public class CommandEventSupport
extends Object


Constructor Summary
CommandEventSupport()
           
 
Method Summary
 void addListener(CommandListener listener)
           
 void addListener(CommandListener listener, CommandResult... results)
           
 void fireCommandEvent(CommandEvent evt)
           
 void removeListener(CommandListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandEventSupport

public CommandEventSupport()
Method Detail

addListener

public void addListener(CommandListener listener)

removeListener

public void removeListener(CommandListener listener)

addListener

public void addListener(CommandListener listener,
                        CommandResult... results)

fireCommandEvent

public void fireCommandEvent(CommandEvent evt)


Copyright © 2011. All Rights Reserved.