@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited @Documented public @interface OnLeave
View
class accessible (public) methods annotated with this annotation will be called by view navigator when
the view is about to be deactivated (i.e. a navigation to another view was triggered).
Annotated methods may provide an optional parameter of ViewNavigator.ViewNavigatorChangeEvent
or default
ViewChangeListener.ViewChangeEvent
type to obtain informations about view navigation.
Copyright © 2018 The Holon Platform. All rights reserved.