com.ochafik.util
Class DefaultAdapter<U,V>

java.lang.Object
  extended by com.ochafik.util.DefaultAdapter<U,V>
All Implemented Interfaces:
com.ochafik.util.listenable.Adapter<U,V>

public class DefaultAdapter<U,V>
extends Object
implements Adapter<U,V>, com.ochafik.util.listenable.Adapter<U,V>


Constructor Summary
DefaultAdapter()
           
 
Method Summary
 V adapt(U value)
           
 U reAdapt(V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAdapter

public DefaultAdapter()
Method Detail

adapt

public V adapt(U value)
Specified by:
adapt in interface com.ochafik.util.listenable.Adapter<U,V>

reAdapt

public U reAdapt(V value)


Copyright © 2009. All Rights Reserved.