Fire events before and after running ops

This commit is contained in:
Tim Schaub
2015-02-07 11:51:41 -07:00
parent b7ad9160ef
commit 2c82ca86f0
2 changed files with 72 additions and 2 deletions

View File

@@ -266,6 +266,18 @@ oli.source.ImageEvent = function() {};
oli.source.ImageEvent.prototype.image;
/**
* @interface
*/
oli.source.RasterEvent = function() {};
/**
* @type {number}
*/
oli.source.RasterEvent.prototype.resolution;
/**
* @interface
*/