Interface ChangesetAware
-
- All Known Implementing Classes:
ChangesetContentPanel
,ChangesetDetailPanel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ChangesetAware
Super interface of changeset-aware components.- Since:
- 9493, 10600 (functional interface)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Changeset
getCurrentChangeset()
Returns the current changeset.
-
-
-
Method Detail
-
getCurrentChangeset
Changeset getCurrentChangeset()
Returns the current changeset.- Returns:
- the current changeset
-
-