|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteIssuesList
Indicates a subtype of issues list that is backed onto a (probably) remote source that does not notify when it is changed and therefore must be manually refreshed().
Method Summary | |
---|---|
void |
refresh()
Queries the data source to ensure that the list accurately reflects the state of the backend store |
void |
save(IIssue issue)
Writes the state of the IIssue out to the store. |
Methods inherited from interface net.refractions.udig.issues.IIssuesList |
---|
addListener, getExtensionID, getGroups, getIssues, removeIssues, removeListener |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
void refresh() throws java.io.IOException
java.io.IOException
void save(IIssue issue) throws java.io.IOException
IIssue
out to the store.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |