net.dpml.transit.model
Interface DisposalListener

All Superinterfaces:
EventListener, Remote

public interface DisposalListener
extends EventListener, Remote

A DisposalListener is implementated by objects that need to be notified abiout the disposal of an event source.

Version:
1.0.1
Author:
Digital Product Meta Library

Method Summary
 void notifyDisposal(DisposalEvent event)
          Notify a listener of event souce disposal.
 

Method Detail

notifyDisposal

public void notifyDisposal(DisposalEvent event)
                    throws RemoteException
Notify a listener of event souce disposal.

Parameters:
event - the disposal event
Throws:
RemoteException - if a remote exception occurs