com.sas.util
Interface BookmarkInterface


public interface BookmarkInterface

Defines an interface for representing a bookmark. A bookmark defines a state that can be returned to later.

See Also:
BookmarksInterface, BookmarkableInterface

Method Summary
 java.lang.Object getBookmarkData()
          Returns the data associated with the bookmark.
 java.lang.String getBookmarkName()
          Returns the bookmark's name.
 

Method Detail

getBookmarkName

java.lang.String getBookmarkName()
Returns the bookmark's name.

Returns:
the bookmark's name

getBookmarkData

java.lang.Object getBookmarkData()
Returns the data associated with the bookmark. The data is the state represented by the bookmark.

Returns:
the bookmark's data



Copyright © 2009 SAS Institute Inc. All Rights Reserved.