Package puremvc :: Module interfaces :: Class ICommand
[hide private]
[frames] | no frames]

classobj ICommand

source code

Known Subclasses:

The interface definition for a PureMVC Command.


See Also: INotification

Instance Methods [hide private]
 
execute(self, notification)
Execute the ICommand's logic to handle a given INotification.
source code
Method Details [hide private]

execute(self, notification)

source code 

Execute the ICommand's logic to handle a given INotification.

Raises NotImplemented if subclass does not implement this method

Parameters:
  • notification - an INotification to handle.