28 #ifndef __TERRALIB_LAYOUT_INTERNAL_BALLOON_CONTROLLER_H  
   29 #define __TERRALIB_LAYOUT_INTERNAL_BALLOON_CONTROLLER_H 
   32 #include "../core/pattern/mvc/ItemController.h" 
Abstract class to represent an observable. "Model" part of MVC component. 
 
BalloonController(Observable *o)
 
Abstract class to represent a controller. "Controller" part of MVC component. All classes representin...
 
virtual ~BalloonController()