• Main Page
  • Classes
  • Files
  • File List
  • File Members

/build/buildd/clp-1.11.1/Clp/src/MyEventHandler.hpp

Go to the documentation of this file.
00001 /* $Id: MyEventHandler.hpp 1458 2009-11-05 12:34:07Z forrest $ */
00002 // Copyright (C) 2004, International Business Machines
00003 // Corporation and others.  All Rights Reserved.
00004 #ifndef MyEventHandler_H
00005 #define MyEventHandler_H
00006 
00007 #include "ClpEventHandler.hpp"
00008 
00016 class MyEventHandler : public ClpEventHandler {
00017   
00018 public:
00021   virtual int event(Event whichEvent);
00023 
00027   MyEventHandler();
00029   MyEventHandler(ClpSimplex * model);
00031   virtual ~MyEventHandler();
00033   MyEventHandler(const MyEventHandler & rhs);
00035   MyEventHandler& operator=(const MyEventHandler & rhs);
00037   virtual ClpEventHandler * clone() const ;
00039    
00040     
00041 protected:
00042   // data goes here
00043 };
00044 
00045 #endif

Generated on Fri Aug 20 2010 06:29:29 by  doxygen 1.7.1