com.itmill.toolkit.ui
Interface Component.Listener

All Superinterfaces:
EventListener
Enclosing interface:
Component

public static interface Component.Listener
extends EventListener

Listener interface for receiving Component.Events.


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

Method Detail

componentEvent

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

Parameters:
event - the event that has occured.


Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.