OpenLayers.MouseListener Description here * Constructor OpenLayers.MouseListener() -- Creates a new MouseListener. No Options available. * Methods setMap({OpenLayer.Map}) -- none -- Set the map property for the MouseListener. detroy() -- none -- Destroy is a destructor: this is to alleviate cyclic references which the Javascript garbage cleaner can not take care of on its own. mouseClick({Event}) -- none -- This event takes place when a click event occurs on the map. mouseDblClick({Event}) -- none -- This event takes place when a dblclick event occurs on the map. mouseUp({Event}) -- none -- This event takes place when a mouse up event occurs on the map. mouseDown({Event}) -- none -- This event takes place when a mouse down event occurs on the map. mouseOver({Event}) -- none -- This event takes place when a mouse over event occurs on the map. mouseOut({Event}) -- none -- This event takes place when a mouse out event occurs on the map. mouseMove({Event}) -- none -- This event takes place when a mouse move event occurs on the map. mouseWheel({Event}) -- none -- This event takes place when a mouse wheel event occurs on the map.