Salome HOME
Features and plugins loading mechanisms
[modules/shaper.git] / src / Event / Event_Listener.h
index 80719d42d12b8d8f27c7e454006bdf8bd47078c1..c47d28dbf42a43e3180b553f935bdf48dcbc8c68 100644 (file)
@@ -19,7 +19,7 @@ class EVENT_EXPORT Event_Listener {
 
 public:
   //! This method is called by loop when the event is started to process.
-  virtual void ProcessEvent(const Event_Message* theMessage) = 0;
+  virtual void processEvent(const Event_Message* theMessage) = 0;
 };
 
 #endif