[Android] [PATCH 06/13] libvlc: add VLCObject
    Edward Wang 
    edward.c.wang at compdigitec.com
       
    Thu Jan 15 18:27:06 CET 2015
    
    
  
On 2015-01-15 10:22, Thomas Guillem <thomas at gllm.fr> wrote:
> +package org.videolan.libvlc;
> +
> +public abstract class VLCObject {
> +    private final static String TAG = "LibVLC/VlcObject";
> +
> +    public static class Events {
Why a nested class for this? It might be nicer to put Events into 
org.videolan.libvlc directly rather than have it nested inside VLCObject.
Regards,
         Edward Wang
    
    
More information about the Android
mailing list