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.
Used to cause an external action to occur when an event occurs in DirectAnimation for Java.
public abstract void invoke(
Object object,
BvrsToRun extraBvrsToRun
);
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.