Revision: 2454
Author: janne.t.harkonen
Date: Tue Feb 16 23:54:28 2010
Log: Added new method to example Java interface
http://code.google.com/p/robotframework/source/detail?r=2454

Modified:
 /trunk/doc/userguide/src/ExtendingRobotFramework/ListenerInterface.txt

=======================================
--- /trunk/doc/userguide/src/ExtendingRobotFramework/ListenerInterface.txt Tue Feb 16 23:49:51 2010 +++ /trunk/doc/userguide/src/ExtendingRobotFramework/ListenerInterface.txt Tue Feb 16 23:54:28 2010
@@ -209,6 +209,10 @@

        void endKeyword(String name, java.util.Map attributes);

+       void logMessage(java.util.Map message);
+
+       void message(java.util.Map message);
+
        void outputFile(String path);

        void logFile(String path);

Reply via email to