net.dpml.transit.model
Interface LayoutListener

All Superinterfaces:
EventListener, Remote

public interface LayoutListener
extends EventListener, Remote

A LayoutListener is implementated by objects whishing to monitor layout model changes.

Version:
1.0.3
Author:
Digital Product Meta Library

Method Summary
 void titleChanged(LayoutEvent event)
          Notify a listener of the change to the title of a layout model.
 

Method Detail

titleChanged

void titleChanged(LayoutEvent event)
                  throws RemoteException
Notify a listener of the change to the title of a layout model.

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