Interface UpdatableComponentIfc
- public interface UpdatableComponentIfc
An interface for the object that must be updated under certain
conditions and is capable to distinguish itself from other objects
of the same nature.
- See Also:
- UpdatableComponentImpl
-
getID()
- Returns unique ID.
-
update()
- This method is invoked when the object must update itself.
update
public abstract void update()
- This method is invoked when the object must update itself.
getID
public abstract int getID()
- Returns unique ID.