|
WUI : API |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.westofj.wui.WEvent
An object capturing that an 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.
Constructor Summary | |
WEvent(Widget source)
Constructs a change event. |
Method Summary | |
protected abstract void |
fire()
Fires the event. |
Widget |
getSource()
Returns the source of the event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WEvent(Widget source)
source
- the source of the event, typically a Widget
.Method Detail |
public final Widget getSource()
protected abstract void fire()
|
Copyright (c) 2003 West of J - All rights reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |