public interface IUpgrade
IUpgrade
interface to
indicate that it can be upgraded. The upgrade means applying javascript
behaviors and effects on the component. An upgradable component is upgraded
when upgrade()
is invoked.Modifier and Type | Method and Description |
---|---|
boolean |
isUpgraded() |
void |
upgrade()
Causes the component to be upgraded.
|
Copyright © 2016 com.github.ilyes4j. All rights reserved.