|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
buoy.event.ValueChangedEvent
public class ValueChangedEvent
ValueChangedEvents are generated by Widgets that allow the user to enter a value, whenever the value changes.
| Constructor Summary | |
|---|---|
ValueChangedEvent(Widget widget)
Create a ValueChangedEvent. |
|
ValueChangedEvent(Widget widget,
boolean inProgress)
Create a ValueChangedEvent. |
|
| Method Summary | |
|---|---|
Widget |
getWidget()
Get the Widget which generated this event. |
boolean |
isInProgress()
Determine whether this event represents a value change that is still in progress. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValueChangedEvent(Widget widget)
widget - the Widget whose value has changed
public ValueChangedEvent(Widget widget,
boolean inProgress)
widget - the Widget whose value has changedinProgress - specifies whether this event represents a value change that is still in progress| Method Detail |
|---|
public Widget getWidget()
getWidget in interface WidgetEventpublic boolean isInProgress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||