org.rococoa
Annotation Type RunOnMainThread


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface RunOnMainThread

Marker that the methods of an NSObject should be invoked on the main Cocoa thread.

Author:
duncan



Copyright © 2009. All Rights Reserved.