public abstract class IBinding
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static long |
DEFAULT_ANIMATION_DURATION |
protected int |
toppingId |
| Constructor and Description |
|---|
IBinding(int toppingId) |
| Modifier and Type | Method and Description |
|---|---|
int |
getToppingId() |
abstract void |
unbind() |
abstract void |
update(Topping topping) |
protected static final long DEFAULT_ANIMATION_DURATION
protected int toppingId
public int getToppingId()
public abstract void update(Topping topping)
public abstract void unbind()