All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface primitives.frames.FramesListener
  -  public interface FramesListener
 
Applets which can be notified by a TextBox object of change of text
    -  See Also:
    
 -  TextBox
 
  
  -  
	changeFrame(int)
   -  This method is called by a TextBox object to notify this object the user
has requested a change in the applet frames.
 
  
changeFrame
 public abstract void changeFrame(int index)
  -  This method is called by a TextBox object to notify this object the user
has requested a change in the applet frames.
  
    -  Parameters:
    
 -  index - the number of frame to switch too.
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index