org.millstone.base.ui
Interface Component.Listener

All Superinterfaces:
java.util.EventListener
Enclosing interface:
Component

public static interface Component.Listener
extends java.util.EventListener

Listener interface for receiving Component.Events


Method Summary
 void componentEvent(Component.Event event)
          Notifies the listener of a component event.
 

Method Detail

componentEvent

public void componentEvent(Component.Event event)
Notifies the listener of a component event.

Parameters:
event - the event that has occured


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.