util.rmi
Interface URLCaster

All Superinterfaces:
Remote, RmiCaster

public interface URLCaster
extends RmiCaster

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


Method Summary
 void addURLListener(URLListener ear)
          Adds a new listener to rmi-notification by this class.
 void removeURLListener(URLListener ear)
          Removes a listener from rmi-notification by this class.
 
Methods inherited from interface util.rmi.RmiCaster
bindToRegistry, isValid, unbindFromRegistry
 

Method Detail

addURLListener

void addURLListener(URLListener ear)
                    throws RemoteException
Adds a new listener to rmi-notification by this class.

Throws:
RemoteException

removeURLListener

void removeURLListener(URLListener ear)
                       throws RemoteException
Removes a listener from rmi-notification by this class.

Throws:
RemoteException