org.eclipse.swt.widgets.Synchronizer

Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors: IBM Corporation - initial API and implementation Port to the D programming language: Frank Benoit <benoit@tionex.de>

Members

Classes

Synchronizer
class Synchronizer

Instances of this class provide synchronization support for displays. A default instance is created automatically for each display, and this instance is sufficient for almost all applications. <p> <b>IMPORTANT:</b> Typical application code <em>never</em> needs to deal with this class. It is provided only to allow applications which require non-standard synchronization behavior to plug in the support they require. <em>Subclasses which override the methods in this class must ensure that the superclass methods are invoked in their implementations</em> </p>

Meta