net.dpml.transit.model
Interface LayoutRegistryListener

All Superinterfaces:
EventListener, Remote

public interface LayoutRegistryListener
extends EventListener, Remote

Interface implemented by objects that are interested in changes to a layout registry.

Version:
1.0.0
Author:
The Digital Product Meta Library

Method Summary
 void layoutAdded(LayoutRegistryEvent event)
          Notify all listeners of the addition of a layout model.
 void layoutRemoved(LayoutRegistryEvent event)
          Notify all listeners of the removal of a layout model.
 

Method Detail

layoutAdded

public void layoutAdded(LayoutRegistryEvent event)
                 throws RemoteException
Notify all listeners of the addition of a layout model.

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

layoutRemoved

public void layoutRemoved(LayoutRegistryEvent event)
                   throws RemoteException
Notify all listeners of the removal of a layout model.

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