Uses of Class
com.consultoriajava.browneater.BrownerNotTrusted

Packages that use BrownerNotTrusted
com.consultoriajava.browneater This package provides the basic classes and interfaces needed to work with the browneater world. 
 

Uses of BrownerNotTrusted in com.consultoriajava.browneater
 

Methods in com.consultoriajava.browneater that throw BrownerNotTrusted
 Brown BrownOriginator.generateBrown(java.lang.String description, int size)
          This method is invoked everytime a BrownOriginator creates a Brown
 Brown Browner.generateBrown(java.lang.String description, int size)
          This method should be called when the Browner is up to generate a new Brown, the created brown will be returned to the calling method.