view
Interface PostUpdate

All Known Implementing Classes:
ShapeCursor

public interface PostUpdate

On custom components, this objects may be invoked prior to the component update.


Method Summary
 void complete(Graphics g)
          This method is called directly before component.update.
 

Method Detail

complete

void complete(Graphics g)
This method is called directly before component.update.