[Android] [PATCH 4/7] VLCObject: add comment
Edward Wang
edward.c.wang at compdigitec.com
Wed Feb 4 01:11:37 CET 2015
On Tue, Feb 3, 2015 at 4:45 AM, Thomas Guillem <thomas at gllm.fr> wrote:
> ---
> libvlc/src/org/videolan/libvlc/VLCObject.java | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libvlc/src/org/videolan/libvlc/VLCObject.java b/libvlc/src/org/videolan/libvlc/VLCObject.java
> index dc5682e..95b84a8 100644
> --- a/libvlc/src/org/videolan/libvlc/VLCObject.java
> +++ b/libvlc/src/org/videolan/libvlc/VLCObject.java
> @@ -176,6 +176,7 @@ public abstract class VLCObject {
>
> /**
> * Set an event listener.
> + * Events are sent via the Main Thread.
Those can be lowercase, I think.
(It would also be nice to clarify a bit on what is the "main thread" as well.)
Regards,
Edward
More information about the Android
mailing list