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.

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.

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