home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / Beez.swf / scripts / org / puremvc / as3 / interfaces / ICommand.as next >
Encoding:
Text File  |  2008-09-03  |  155 b   |  10 lines

  1. package org.puremvc.as3.interfaces
  2. {
  3.    public interface ICommand
  4.    {
  5.        
  6.       
  7.       function execute(param1:INotification) : void;
  8.    }
  9. }
  10.