|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyResponseListener
This interface allows to receive responses to demands adressed to data sources.
LyDataSource
,
LyResponse
,
LyRequestEncoder
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
void |
endResponse(LyResponse response)
Method for ending a response. |
void |
newResponse(LyResponse response,
java.lang.Object object,
LyValueSet oldValues)
Method for receiving a new object in a response. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void newResponse(LyResponse response, java.lang.Object object, LyValueSet oldValues)
response
- Response for which a new object is received.object
- The new object returned in the response.oldValues
- When the demand was a modification of an object, this parameter may contains
the list of values that were changed. In other cases, this parameter is
null.void endResponse(LyResponse response)
response
- Response which end is notified.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |