DirectAnimation Animated Header --DXMEvent Class DirectAnimation Animated Header --DXMEvent Class* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: DXMCanvas Class
*Next Topic: DXMException Class

DXMEvent Class


These are the fields and methods for the DXMEvent Class:

public DXMEvent attachData(Object object)
public DXMEvent notifyEvent(UntilNotifier notifier)
public Object registerCallback(EventCallbackObject object, BvrsToRun extraBvrsToRun, boolean bool)
public DXMEvent snapshotEvent(Behavior a)
public static DXMEvent newUninitBvr()
Fields Defined in Statics
public static DXMEvent always
public static DXMEvent leftButtonDown
public static DXMEvent leftButtonUp
public static DXMEvent never
public static DXMEvent rightButtonDown
public static DXMEvent rightButtonUp
Methods Defined in Statics
public static DXMEvent andEvent(DXMEvent first, DXMEvent second)
public static DXMEvent keyDown(int keyCode)
public static DXMEvent keyUp(int keyCode)
public static DXMEvent notEvent(DXMEvent ev)
public static DXMEvent orEvent(DXMEvent first, DXMEvent second)
public static DXMEvent predicate(BooleanBvr bool)
public Behavior snapshotEvent(Behavior a)
public static DXMEvent thenEvent(DXMEvent e, DXMEvent e)
public static DXMEvent timer(NumberBvr timeout)
public static void unregisterCallback(Object object)

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

*Top of Page