]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/interfaces/application/class_ManageableApplication.php
Comment header fixed
[shipsimu.git] / inc / classes / interfaces / application / class_ManageableApplication.php
index 5bb3dac1bba97009a9d59ae746943e404093bb3d..e775a18ec9b48e8ce29602e749bf90b5cca998bf 100644 (file)
@@ -7,7 +7,7 @@
  * - Usage statistics
  * - And many more...
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
@@ -84,6 +84,15 @@ interface ManageableApplication extends FrameworkInterface {
         * @return      void
         */
        function entryPoint ();
+
+       /**
+        * Handle the indexed array of fatal messages and puts them out in an
+        * acceptable fasion
+        *
+        * @param       $messageList    An array of fatal messages
+        * @return      void
+        */
+       function handleFatalMessages (array $messageList);
 }
 
 // [EOF]