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