WUI : API


org.westofj.wui
Interface WActionListener


public interface WActionListener

Listener interface for subscribing to action events. Classes that wish to receive action events implement this interface then register them with the appropriate Widget.

Version:
$Revision: 1.2 $, $Date: 2004/03/08 01:57:35 $
Author:
bill

Method Summary
 void actionPerformed(WActionEvent event)
          Method invoked when an event occurs on a registered Widget instance.
 

Method Detail

actionPerformed

public void actionPerformed(WActionEvent event)
Method invoked when an event occurs on a registered Widget instance.

Parameters:
event - the captured event on the Widget instance.

Copyright (c) 2003 West of J - All rights reserved.