net.databinder.cay
Interface CayenneRequestCycle

All Known Implementing Classes:
DataRequestCycle

public interface CayenneRequestCycle

Should be implemented by request cycle in an application using this module.


Method Summary
 void contextRequested()
          Called every time the current context is requested.
 

Method Detail

contextRequested

void contextRequested()
Called every time the current context is requested.

See Also:
Databinder.getContext()


Copyright © 2005-2008 Nathan Hamblen. All Rights Reserved.