it.amattioli.applicate.commands
Class NullCommand

Show UML class diagram
java.lang.Object
  extended by it.amattioli.applicate.commands.AbstractCommand
      extended by it.amattioli.applicate.commands.NullCommand
All Implemented Interfaces:
Command, ValuesLister, it.amattioli.dominate.util.PropertyChangeEmitter

public class NullCommand
extends AbstractCommand

A command that does nothing

Author:
andrea

Constructor Summary
NullCommand()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class it.amattioli.applicate.commands.AbstractCommand
addCommandListener, addCommandListener, addPropertyChangeListener, cancelCommand, doCommand, firePropertyChange, getPropertyValues, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullCommand

public NullCommand()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.