amber.awt.event
Interface LinkListener

All Superinterfaces:
java.util.EventListener

public interface LinkListener
extends java.util.EventListener

The required listener for link events which is fired by the RLink class to indicate that the remote browser has set the client data on the RLink class.

Version:
1.0.0
Author:
Dr. David J. Knowles
See Also:
RLink, LinkHandler, LinkEvent

Method Summary
 void linkEventPerformed(LinkEvent e)
          Invoked when a link event occurs.
 

Method Detail

linkEventPerformed

public void linkEventPerformed(LinkEvent e)
Invoked when a link event occurs.


Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.