ilog.views.appframe.swing.mdi
Interface MDIClientListener

All Superinterfaces:
EventListener

public interface MDIClientListener
extends EventListener

The listener interface for receiving MDI client events.


Method Summary
 void frameActivated(MDIClientEvent e)
          Notifies that a container has been activated within the MDI client.
 void frameClosed(MDIClientEvent e)
          Notifies that a container has been closed within the MDI client.
 void frameClosing(MDIClientEvent e)
          Notifies that a container is being closed within the MDI client.
 void frameDeactivated(MDIClientEvent e)
          Notifies that a container has been deactivated within the MDI client.
 

Method Detail

frameActivated

void frameActivated(MDIClientEvent e)
Notifies that a container has been activated within the MDI client.

Parameters:
e - The associated event.

frameDeactivated

void frameDeactivated(MDIClientEvent e)
Notifies that a container has been deactivated within the MDI client.

Parameters:
e - The associated event.

frameClosed

void frameClosed(MDIClientEvent e)
Notifies that a container has been closed within the MDI client.

Parameters:
e - The associated event.

frameClosing

void frameClosing(MDIClientEvent e)
Notifies that a container is being closed within the MDI client.

Parameters:
e - The associated event.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.