예제 #1
0
 // Constructors
 public ListEntryTouchHelper(ListAdapter <T> adapter)
 {
     this.adapter = adapter;
 }