More style convensions applied, interface updated
[shipsimu.git] / inc / classes / interfaces / application / class_ManageableApplication.php
index 5bb3dac1bba97009a9d59ae746943e404093bb3d..d1d7267aad8c656f4c44f678de95b3cc2ce296c9 100644 (file)
@@ -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]