public interface IlvPermanentInteractorInterface
IlvManagerViewInteractor
that can operate in two different modes: transient and permanent.
In transient mode, the action can be performed only one and the
interactor removes itself from the view when the action has been
performed. In permanent mode, the action can be performed several
times until the interactor is removed from the view.Modifier and Type | Method and Description |
---|---|
boolean |
isPermanent()
Returns
true if the interactor operates in permanent mode;
false otherwise. |
void |
setPermanent(boolean set)
Changes the mode of the interactor.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.