ItemCreator.java :  » Mail-Clients » pooka » net » suberic » util » Java Open Source

Java Open Source » Mail Clients » pooka 
pooka » net » suberic » util » ItemCreator.java
package net.suberic.util;

/**
 * This interface defines an object that can create items given a 
 * sourceBundle, resourceString, and itemID.
 */

public interface ItemCreator {

  /**
   * Creates an item from the given sourceBundle, resourceString, and itemID.
   */
  public Item createItem(VariableBundle sourceBundle, String resourceString, String itemID);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.