Class UpdatableComponentImpl
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----UpdatableComponentImpl
- public abstract class UpdatableComponentImpl
- extends Panel
- implements UpdatableComponentIfc
This abstract class defines a superclass for objects that must be updated
under certain conditions and is capable to distinguish itself from other
instances.
- See Also:
- UpdatableComponentIfc
-
UpdatableComponentImpl()
- Constructor assigns a unique id.
-
getID()
- Returns the ID.
-
update()
- This method must be overridden by the object to update itself.
UpdatableComponentImpl
public UpdatableComponentImpl()
- Constructor assigns a unique id.
getID
public int getID()
- Returns the ID.
update
public abstract void update()
- This method must be overridden by the object to update itself.