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.
Interface for all HTML hyperlink tags to process a remot event depending on the type.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- boolean- onActivated- (IClientSessionGyro clientGyro, GProp<?> ksp, RemoteEvent event, String reference) Called to process the remote event when a hyperlink has been activated.
- Method Details- onActivatedboolean onActivated- (IClientSessionGyro clientGyro, GProp<?> ksp, RemoteEvent event, 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.