#include <PostStepEventHandler.h>
Inheritance diagram for opal::PostStepEventHandler:
Public Member Functions | |
OPAL_DECL | PostStepEventHandler () |
virtual OPAL_DECL | ~PostStepEventHandler () |
virtual OPAL_DECL void OPAL_CALL | handlePostStepEvent ()=0 |
Definition at line 38 of file PostStepEventHandler.h.
|
Definition at line 41 of file PostStepEventHandler.h. |
|
Definition at line 44 of file PostStepEventHandler.h. |
|
Called once for each pending CollisionEvent. This is always called at the end of a time step, so CollisionEvents always get handled right away. |