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