Interface RollupStateListener

    • Method Detail

      • previewExpandedChange

        default Vote previewExpandedChange​(Rollup rollup)
        Called to preview a rollup expansion event.
        Parameters:
        rollup - The rollup that might change.
        Returns:
        The result of this listener voting on the expansion.
      • expandedChangeVetoed

        default void expandedChangeVetoed​(Rollup rollup,
                                          Vote reason)
        Called when a rollup expansion event has been vetoed.
        Parameters:
        rollup - The rollup that didn't change.
        reason - The reason the expansion was vetoed.
      • expandedChanged

        default void expandedChanged​(Rollup rollup)
        Called when a rollup's expanded state changed.
        Parameters:
        rollup - The rollup that did change.