Interface ICommentManager
An interface for simple long-based comment management used by some engines components.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addComment
(long address, String value) Add a comment.getComment
(long address) Retrieve a comment.Get all comments.boolean
setComment
(long address, String value) Set a comment.
-
Method Details
-
getComments
Get all comments.- Returns:
-
getComment
Retrieve a comment.- Parameters:
address
-- Returns:
-
setComment
Set a comment.- Parameters:
address
-value
-- Returns:
- true on change
-
addComment
Add a comment.- Parameters:
address
-value
-- Returns:
-