Library
Interface

Library\Event\EventInterface

interface EventInterface

Interface EventInterface

Methods

ObservableInterface getSubject()

string getName()

void stopPropagation()

bool isPropagationStopped()

Details

at line 35
public ObservableInterface getSubject()

Return Value

ObservableInterface

at line 40
public string getName()

Return Value

string

at line 45
public void stopPropagation()

Return Value

void

at line 50
public bool isPropagationStopped()

Return Value

bool