handlePageEvent

public abstract boolean handlePageEvent(PageEvent event)

Callback for channel page rendering events.

Return

whether the event was consumed. true means this renderer consumed the event and the channel page will not process it further; false means the channel page handles it by default.

Parameters

event

the rendering event