|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceProviderLoadListener
Method Summary | |
---|---|
void |
beginLoadNotification(String session,
Map scratchPadForLoadNotifications)
Signals the listener that a set of notifications are about to be sent. |
void |
endLoadNotification(String session,
Map scratchPadForLoadNotifications)
Signals that all change notifications have been sent. |
void |
onLoad(String session,
Ref ref,
ResourceInstanceData rid,
Map scratchPadForLoadNotifications)
Signals that a resource has been loaded. |
Method Detail |
---|
void beginLoadNotification(String session, Map scratchPadForLoadNotifications)
session
- the session context - reserved for future use, will always be null nowscratchPadForLoadNotifications
- the scratch pad objectvoid onLoad(String session, Ref ref, ResourceInstanceData rid, Map scratchPadForLoadNotifications)
session
- the session context - reserved for future use, will always be null nowref
- the object Refrid
- the ResourceInstanceData objectscratchPadForLoadNotifications
- the scratch pad objectvoid endLoadNotification(String session, Map scratchPadForLoadNotifications)
session
- the session context - reserved for future use, will always be null nowscratchPadForLoadNotifications
- the scratch pad object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |