]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/interfaces/application/class_ManageableApplication.php
Code syncronized with shipsimu code base
[hub.git] / inc / classes / interfaces / application / class_ManageableApplication.php
index 5bb3dac1bba97009a9d59ae746943e404093bb3d..ec0e2b651cf62c89c01d3fbe75d9720d3844a433 100644 (file)
@@ -7,11 +7,11 @@
  * - 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
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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]