public static interface

PathModifier.IPathModifierListener

org.anddev.andengine.entity.modifier.PathModifier.IPathModifierListener

Summary

Public Methods
abstract void onPathFinished(PathModifier pPathModifier, IEntity pEntity)
abstract void onPathStarted(PathModifier pPathModifier, IEntity pEntity)
abstract void onPathWaypointFinished(PathModifier pPathModifier, IEntity pEntity, int pWaypointIndex)
abstract void onPathWaypointStarted(PathModifier pPathModifier, IEntity pEntity, int pWaypointIndex)

Public Methods

public abstract void onPathFinished (PathModifier pPathModifier, IEntity pEntity)

public abstract void onPathStarted (PathModifier pPathModifier, IEntity pEntity)

public abstract void onPathWaypointFinished (PathModifier pPathModifier, IEntity pEntity, int pWaypointIndex)

public abstract void onPathWaypointStarted (PathModifier pPathModifier, IEntity pEntity, int pWaypointIndex)