Package com.iizix.text
Interface IKStringHTMLHyperlinkEvent
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IKStringHTMLHyperlinkEvent
Interface for all HTML hyperlink tags to process a remot event depending on the type.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
onActivated(IClientSessionGyro clientGyro, GProp<?> ksp, RemoteEvent event, java.lang.String reference)
Called to process the remote event when a hyperlink has been activated.
Method Detail
onActivated
boolean onActivated(IClientSessionGyro clientGyro, GProp<?> ksp, RemoteEvent event, java.lang.String reference)
Called to process the remote event when a hyperlink has been activated.- Parameters:
clientGyro
- The client session gyro.ksp
- The KString property owner.event
- The remote event.reference
- The reference.- Returns:
- true to unlock the client UI, false to do nothing.