Interface ICommentManager
An interface for simple long-based comment management used by some engines components.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddComment(long address, String value) Add a comment.getComment(long address) Retrieve a comment.Get all comments.booleansetComment(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:
-