util.rmi
Interface URLListener

All Superinterfaces:
Remote, RmiListener
All Known Implementing Classes:
JImageURLButton

public interface URLListener
extends RmiListener

URL event listeners are per se always notified over rmi, this this interface allows listeners to register on appropriate URLCasters.


Method Summary
 void URLChanged(URLEvent url)
          Method invoked when an url content has changed.
 
Methods inherited from interface util.rmi.RmiListener
disconnect, isConnected
 

Method Detail

URLChanged

void URLChanged(URLEvent url)
                throws RemoteException
Method invoked when an url content has changed.

Throws:
RemoteException