Package io.jmix.ui.screen
Interface CloseAction
- All Known Implementing Classes:
StandardCloseAction
public interface CloseAction
Marker interface for objects that describe how a
Screen
was closed.
Such objects can also define some payload to be used by code opened the screen and expecting some results from it.
- See Also: