klyn.gui.terminal.PageChangeEvent.PageChangeEvent
constructor
public PageChangeEvent(previous as Page, current as Page, source as Object = null):
Description

Creates a terminal page focus change payload.

Parameters
ParameterDescription
previousPreviously focused page.
currentNewly focused page.
sourceTerminal that emitted the event.
Example
event = PageChangeEvent(oldPage, newPage, terminal)