If I understand you correctly you would like to perform some action as soon as the view is opened, based on some internal state.
If it's a "global" view I would do that in the "set view" method of the view mediator.
If it's an object view, I would do that in the "set context" method because the same view mediator is re-used for different objects.