Microsoft SDK for Java

Event.EMPTY

Specifies an Event object with no associated information.

Syntax

public static final Event EMPTY;

Remarks

For events that are registered by an EventHandler delegate, Event.EMPTY is passed to the on<EventName> method when the event is triggered. This allows an Event object to be created once and reused each time the event is triggered.

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