net.sf.ewc
Interface IEWCSessionAware

All Known Implementing Classes:
EWCSessionAwareAdapter

public interface IEWCSessionAware

Classes that are interested in EWCSession should implement this interface. An easy way to be IEWCSessionAware is to extend EWCSessionAwareAdapter

Author:
mballesteros

Method Summary
 void setEWCSession(EWCSession session)
          This method will be called by the controller to pass the EWCSession reference
 

Method Detail

setEWCSession

public void setEWCSession(EWCSession session)
This method will be called by the controller to pass the EWCSession reference

Parameters:
session -


Copyright © 2003-2004 SourceForge. All Rights Reserved.