|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceProviderLoadListener
Resource provider may choose to implement this interface to perform additional operations in response to ALSB load notifications.
| 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 object
void 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 object
void 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 | ||||||||