|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXuluxListener
Method Summary | |
---|---|
boolean |
accepted(IWidget widget)
If a value is "accepted" (eg entry filled in , button clicked, etc preform this code. |
void |
completed()
Should be called when a field is completed |
void |
completedPart()
Call this when the part has completed processing. |
IWidget |
getWidget()
Returns the widget. |
void |
processEvent(XuluxEvent event)
Override this if you want to handle events. |
void |
setWidget(IWidget widget)
Sets the widget. |
void |
started()
Should be called when a field is entered |
Method Detail |
---|
void completed()
void completedPart()
boolean accepted(IWidget widget)
widget
- the widget to accept
void started()
IWidget getWidget()
void setWidget(IWidget widget)
widget
- The widget to setvoid processEvent(XuluxEvent event)
event
- the XuluxEvent to process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |