Microsoft SDK for Java

IFrameMoveCallback Interface

The IFrameMoveCallback Interface of the com.ms.directX package is used with Direct3dRMFrame.addMoveCallback and Direct3dRMFrame.deleteMoveCallback to set or remove the callback function to be called when a frame is moved.

public interface IFrameMoveCallback extends IUnknown
{
  // Methods
  public void callbackFrameMove(Direct3dRMFrame f, IUnknown pArgs,
        float delta);
}

Hierarchy

IUnknown 
  |
  +--IFrameMoveCallback

© 1999 Microsoft Corporation. All rights reserved. Terms of use.