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

Constructor Index

 o UpdatableComponentImpl()
Constructor assigns a unique id.

Method Index

 o getID()
Returns the ID.
 o update()
This method must be overridden by the object to update itself.

Constructors

 o UpdatableComponentImpl
 public UpdatableComponentImpl()
Constructor assigns a unique id.

Methods

 o getID
 public int getID()
Returns the ID.

 o update
 public abstract void update()
This method must be overridden by the object to update itself.