C - the target component typepublic interface ComponentPlugin<C extends Component>
initPlugin(Component) must be called to pass the target component to
 the plugin.| Modifier and Type | Method and Description | 
|---|---|
void | 
initPlugin(C component)
Initializes the plugin. 
 | 
void initPlugin(C component)
component - the target componentCopyright © 2018. All rights reserved.