net.pleso.framework.client.ui.interfaces
Interface ChangeWindowCaptionListener

All Superinterfaces:
java.util.EventListener

public interface ChangeWindowCaptionListener
extends java.util.EventListener

Event listener interface for window caption changing.


Method Summary
 void onWindowCaptionChange(IWindow sender)
          Fired when the window changed it's caption.
 

Method Detail

onWindowCaptionChange

void onWindowCaptionChange(IWindow sender)
Fired when the window changed it's caption.

Parameters:
sender - the IWindow with changed caption


Copyright © 2006-2007 pleso.net crew All Rights Reserved.