Class FPInterfaceCallback

3DS Max Plug-In SDK

Class FPInterfaceCallback

See Also: Class FPInterface, Function Publishing System

class FPInterfaceCallback

Description:

This class is available in release 4.0 and later only.

FPInterfaceCallback class is registered with an interface on Acquire() so that it can be notified when the interface goes away

Methods:

public:

Prototype:

virtual void InterfaceDeleted()=0;

Remarks:

This method is called when the interface is deleted.