public interface IActivable extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static IActivable |
ACTIVE
isActive() will return always true |
static IActivable |
INACTIVE
isActive() will return always false |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive()
used as callback by framework to check for activation/enabling. may be called more than one time for refreshings.
|
static final IActivable ACTIVE
isActive() will return always truestatic final IActivable INACTIVE
isActive() will return always falseCopyright © 2012–2018. All rights reserved.