Package net.fortuna.ical4j.transform
Interface Transformer<T>
-
- All Known Implementing Classes:
AbstractMethodTransfomer,AbstractMethodTransformer,AddTransformer,AttendeeUpdate,ByDayRule,ByHourRule,ByMinuteRule,ByMonthDayRule,ByMonthRule,BySecondRule,BySetPosRule,ByWeekNoRule,ByYearDayRule,CancelTransformer,ComponentDeclineCounterTransformer,ComponentRefreshTransformer,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 Ttransform(T object)Transforms the specified calendar object according to the implementation of this method.
-