org.apache.tapestry.enhance
Interface GenericService<E>

All Known Subinterfaces:
SimpleGenericsInterface
All Known Implementing Classes:
GenericServiceImpl

public interface GenericService<E>


Method Summary
 void doFoo(E bar)
           
 E getCurrentFoo()
           
 

Method Detail

doFoo

void doFoo(E bar)

getCurrentFoo

E getCurrentFoo()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.