FrameImpulseListener is a interface for listening to a FrameImpulse.
FrameImpulse allows three ways of listening to a certain impulse. Executable with Impulse#connectExecutable allows in some cases only bad readable usages.
With FrameImpulse.addListener its possible to add a listener typed
as FrameImpulseListener. The method onFrameImpulse will be
called on each impulse.