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

Method Index

 o getID()
Returns unique ID.
 o update()
This method is invoked when the object must update itself.

Methods

 o update
 public abstract void update()
This method is invoked when the object must update itself.

 o getID
 public abstract int getID()
Returns unique ID.