net.officefloor.frame.api.build
Interface NameAwareWorkFactory<W extends Work>

All Superinterfaces:
WorkFactory<W>

public interface NameAwareWorkFactory<W extends Work>
extends WorkFactory<W>

Name aware WorkFactory.

Author:
Daniel Sagenschneider

Method Summary
 void setBoundWorkName(String boundWorkName)
          Provides the WorkFactory the bound name for its created Work.
 
Methods inherited from interface net.officefloor.frame.api.build.WorkFactory
createWork
 

Method Detail

setBoundWorkName

void setBoundWorkName(String boundWorkName)
Provides the WorkFactory the bound name for its created Work.

Parameters:
boundWorkName - Bound name for the created Work.


Copyright © 2005-2013. All Rights Reserved.