|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpBackgroundListener
An EventListener that allows individuals to be notified of
changes in the list of backgrounds managed by an IlpBackgroundSupport.
IlpBackgroundEvent,
IlpBackgroundSupport| Method Summary | |
|---|---|
void |
backgroundAdded(IlpBackgroundEvent event)
This method is called after a background is added. |
void |
backgroundMoved(IlpBackgroundEvent event)
This method is called after a background is moved.. |
void |
backgroundReloaded(IlpBackgroundEvent event)
This method is called after a background has been reloaded. |
void |
backgroundRemoved(IlpBackgroundEvent event)
This method is called after a background is removed. |
| Method Detail |
|---|
void backgroundAdded(IlpBackgroundEvent event)
event - The IlpBackgroundEvent event that contains
the IlpBackground instance that has been added.void backgroundRemoved(IlpBackgroundEvent event)
event - The IlpBackgroundEvent event that contains
the IlpBackground instance that has been removed.void backgroundMoved(IlpBackgroundEvent event)
event - The IlpBackgroundEvent event that contains
the IlpBackground instance that has been moved.void backgroundReloaded(IlpBackgroundEvent event)
event - The IlpBackgroundEvent event that contains
the IlpBackground instance that has been reloaded.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||