The Matter of Stage

What I’d like to do is add an event listener to a class instantiated by my document class that listens for different key presses. So far I can’t use
stage.addeventListener or I get the null object error so my question is:

a: how do i add an event listener to the stage from another class
and
b: is it even necessary to add it to the stage , can I listen from that class?