Package net.fortuna.ical4j.transform
Interface Transformer<T>
-
- All Known Implementing Classes:
AbstractDateExpansionRule
,AbstractMethodTransformer
,AddTransformer
,AttendeeUpdate
,ByDayRule
,ByHourRule
,ByMinuteRule
,ByMonthDayRule
,ByMonthRule
,BySecondRule
,BySetPosRule
,ByWeekNoRule
,ByYearDayRule
,CancelTransformer
,CounterTransformer
,DeclineCounterTransformer
,MethodUpdate
,OrganizerUpdate
,PublishTransformer
,RefreshTransformer
,ReplyTransformer
,RequestTransformer
,Rfc5545Transformer
,SequenceIncrement
,UidUpdate
public interface Transformer<T>
$Id$ Created: 23/09/2004 Base class of calendar transformations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
transform(T object)
Transforms the specified calendar object according to the implementation of this method.
-