GenericEventListenerWithTwoParams

com.anywherecommerce.android.sdk

Interface GenericEventListenerWithTwoParams<T,U>

  • public interface <span class="typeNameLabel">GenericEventListenerWithTwoParams<T,U></span>Created by Admin on 5/29/2017.

Method Summary

  Modifier and TypeMethod and Description`void````
  <span class="memberNameLink">

onEvent(

T t,
U u)
```

Method Detail

onEvent

        ```
        void onEvent(

T t,
U u)
```