com.croftsoft.core.animation.updater
Class NullComponentUpdater

java.lang.Object
  extended by com.croftsoft.core.animation.updater.NullComponentUpdater
All Implemented Interfaces:
ComponentUpdater

public final class NullComponentUpdater
extends Object
implements ComponentUpdater

Null object singleton implementation of ComponentUpdater.

Since:
2003-07-11
Version:
2003-07-11
Author:
David Wallace Croft

Field Summary
static NullComponentUpdater INSTANCE
           
 
Method Summary
 void update(JComponent component)
          Updates the state of a JComponent and calls repaint() as required.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NullComponentUpdater INSTANCE
Method Detail

update

public void update(JComponent component)
Description copied from interface: ComponentUpdater
Updates the state of a JComponent and calls repaint() as required.

Specified by:
update in interface ComponentUpdater

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)