C
- Component
typepublic abstract class AbstractComponentBehavior<C extends Component> extends Object implements Behavior
Modifier and Type | Field and Description |
---|---|
protected C |
component
Component into which this behavior is installed. |
Constructor and Description |
---|
AbstractComponentBehavior(C component)
Constructs new
AbstractComponentBehavior for the specified Component . |
Modifier and Type | Method and Description |
---|---|
C |
getComponent()
Returns
Component into which this behavior is installed. |
public AbstractComponentBehavior(@NotNull C component)
AbstractComponentBehavior
for the specified Component
.component
- Component
into which this behavior is installedCopyright © 2020. All rights reserved.