Interface org.as2lib.env.event.impulse.FrameImpulseListener

Description

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.

Method Index

onFrameImpulse()

Inherited from BasicInterface

Method Detail

onFrameImpulse

public function onFrameImpulse(impulse:FrameImpulse):Void

Method to be executed on a impulse.

Parameters

impulseFrameImpulse where the listener was added.