|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
LinkCreationListener2
instead
public interface LinkCreationListener
Listener interface for objects that need to be notified about newly created links.
LinkCreationHub
Method Summary | |
---|---|
void |
createdComponentEventLink(Link link)
Deprecated. Invoked when an action link (a link that asks a component to perform an action) is created. |
void |
createdPageRenderLink(Link link)
Deprecated. Invoked when a page link (a link that renders a page) is created. |
Method Detail |
---|
void createdPageRenderLink(Link link)
Link.addParameter(String, String)
).
link
- the newly created linkvoid createdComponentEventLink(Link link)
Link.addParameter(String, String)
).
link
- the newly created link
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |