All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface primitives.machines.MachineListener
  -  public interface MachineListener
 
This interface ensuresthe existence of a drawing method called the the paint mathod
of the CanvasArea instances.
    -  See Also:
    
 -  CanvasArea
 
  
  -  
	redraw(Graphics)
   -  This method is called by CanvasArea.paint.
 
  
redraw
 public abstract void redraw(Graphics g)
  -  This method is called by CanvasArea.paint.
  
    -  Parameters:
    
 -  g - the graphic context to draw on.
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index