view
Interface PreUpdate


public interface PreUpdate

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


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

Method Detail

prepare

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