コード例 #1
0
 /** Stores the current date as the date of last modification. */
 public void bookmarksChanged() {
   lastModified = System.currentTimeMillis();
 }
コード例 #2
0
 public BookmarkRoot(FileURL url) {
   super(url);
   lastModified = System.currentTimeMillis();
   BookmarkManager.addBookmarkListener(this);
 }