WUI : API


org.westofj.wui
Class WChangeEvent

java.lang.Object
  extended byorg.westofj.wui.WEvent
      extended byorg.westofj.wui.WChangeEvent

public class WChangeEvent
extends WEvent

An object capturing that a change event has occurred. Events are generated by widgets to describe an interaction event. The widget then invokes its listeners, passing the event instance to the appropriate method.

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

Constructor Summary
WChangeEvent(Widget source)
          Constructs a change event.
 
Method Summary
protected  void fire()
          Fires the event.
 
Methods inherited from class org.westofj.wui.WEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WChangeEvent

public WChangeEvent(Widget source)
Constructs a change event.

Parameters:
source - the source of the event, typically a Widget.
Method Detail

fire

protected void fire()
Description copied from class: WEvent
Fires the event. This method should not be called by the user, but rather by the framework.

Specified by:
fire in class WEvent

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