com.dlsc.flexgantt.model.bookmarks
Interface IBookmarkModelListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
NavigationControlPanel

public interface IBookmarkModelListener
extends java.util.EventListener

A listener that can be attached to a bookmark model. Implementors will be informed about changes occuring in the observed bookmark model.

Since:
1.0
Author:
Dirk Lemmermann
See Also:
IBookmarkModel.addBookmarkModelListener(IBookmarkModelListener)

Method Summary
 void bookmarksChanged(BookmarkEvent evt)
          Listener callback method that will be invoked after the bookmark model was changed.
 

Method Detail

bookmarksChanged

void bookmarksChanged(BookmarkEvent evt)
Listener callback method that will be invoked after the bookmark model was changed.

Parameters:
evt - an event object that informs the listeners about the change that has happened
Since:
1.0