Uses of Interface
org.apache.tapestry5.services.LinkCreationListener
-
Packages that use LinkCreationListener Package Description org.apache.tapestry5.internal [INTERNAL USE ONLY] internal support classes; API subject to change.org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.services Core services -
-
Uses of LinkCreationListener in org.apache.tapestry5.internal
Methods in org.apache.tapestry5.internal with parameters of type LinkCreationListener Modifier and Type Method Description static LinkCreationListener2
TapestryInternalUtils. toLinkCreationListener2(LinkCreationListener delegate)
-
Uses of LinkCreationListener in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services with parameters of type LinkCreationListener Modifier and Type Method Description void
LinkSourceImpl. addListener(LinkCreationListener listener)
-
Uses of LinkCreationListener in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services with parameters of type LinkCreationListener Modifier and Type Method Description void
LinkCreationHub. addListener(LinkCreationListener listener)
Adds a listener.
-