ITargetEventHandler Interface (until 1.2.1)

Description

ITargetEventHandler (until 1.2.1) is the interface for Target events.

Public Interfaces

void OnTargetLoad(Target target, bool status)
void OnTargetUnload(Target target, bool status)
void OnTargetFound(Target target)
void OnTargetLost(Target target)

void OnTargetLoad(Target target, bool status)

Event when target load finish. status is true if the load success, otherwise is false.

void OnTargetUnload(Target target, bool status)

Event when target unload finish. status is true if the unload success, otherwise is false.

void OnTargetFound(Target target)

Event when target found.

void OnTargetLost(Target target)

Event when target lost.