DirectAnimation Animated Header --EventCallbackObject Interface DirectAnimation Animated Header --EventCallbackObject Interface* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: ErrorAndWarningReceiver Interface
*Next Topic: FontStyleBvr Class

EventCallbackObject Interface


public interface EventCallbackObject extends java.lang.Object{
    public abstract void invoke(Object object, BvrsToRun extraBvrsToRun);
}

Used in conjunction with registerCallback to cause an external action when an event occurs in DirectAnimation for Java. Whenever that event occurs, the invoke method of the callback is called with the event data produced by that event.

EventCallbackObject Methods

bullet1.gifinvoke


invoke

EventCallbackObject Interface

Used to cause an external action to occur when an event occurs in DirectAnimation for Java.

public abstract void invoke(
  Object object,
  BvrsToRun extraBvrsToRun
  );

Parameters
object
The object to be invoked.
extraBvrsToRun
Behaviors that are not part of the model.

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page