Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.common.notices
Interface NoticeTranslator  view NoticeTranslator download NoticeTranslator.java

All Known Implementing Classes:
FormattedNoticeTranslator, ResourceNoticeTranslator

public interface NoticeTranslator

Defines an interface for the translation of Notice objects into text.


Method Summary
 java.util.Collection translate(java.util.Collection notices)
          Translates a Collection of notices.
 java.lang.String translate(Notice notice)
          Translates a single notice.
 java.lang.String[] translate(Notice[] notices)
          Translates an array of notices.
 

Method Detail

translate

public java.lang.String translate(Notice notice)
Translates a single notice.


translate

public java.util.Collection translate(java.util.Collection notices)
Translates a Collection of notices.


translate

public java.lang.String[] translate(Notice[] notices)
Translates an array of notices.