ch.unifr.pai.twice.dragndrop.client
Interface MPDragNDrop.Callback<T>

Type Parameters:
T -
Enclosing class:
MPDragNDrop

protected static interface MPDragNDrop.Callback<T>

A simple callback interface

Author:
Oliver Schmid

Method Summary
 void onDone(T value)
           
 

Method Detail

onDone

void onDone(T value)