]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/data/MediaObject.java
Version 15, March 2013
[GpsPrune.git] / tim / prune / data / MediaObject.java
index 478618e4a5ac330795df9684600c4a54f3452e9c..8c53cafac220580338375300a6edbc583cacbd63 100644 (file)
@@ -211,6 +211,14 @@ public abstract class MediaObject
                return _currentStatus != Status.NOT_CONNECTED;
        }
 
+       /**
+        * @return true if status has changed since load
+        */
+       public boolean isModified()
+       {
+               return _currentStatus != _originalStatus;
+       }
+
        /**
         * Reset any cached data (eg thumbnail)
         */