-
public class CodelessLoggingEventListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCodelessLoggingEventListener.AutoLoggingOnClickListenerpublic final classCodelessLoggingEventListener.AutoLoggingOnItemClickListener
-
Field Summary
Fields Modifier and Type Field Description public final static CodelessLoggingEventListenerINSTANCE
-
Method Summary
Modifier and Type Method Description final static CodelessLoggingEventListener.AutoLoggingOnClickListenergetOnClickListener(EventBinding mapping, View rootView, View hostView)final static CodelessLoggingEventListener.AutoLoggingOnItemClickListenergetOnItemClickListener(EventBinding mapping, View rootView, AdapterView<?> hostView)-
-
Method Detail
-
getOnClickListener
final static CodelessLoggingEventListener.AutoLoggingOnClickListener getOnClickListener(EventBinding mapping, View rootView, View hostView)
-
getOnItemClickListener
final static CodelessLoggingEventListener.AutoLoggingOnItemClickListener getOnItemClickListener(EventBinding mapping, View rootView, AdapterView<?> hostView)
-
-
-
-