com.funambol.common.pim.model.icalendar
Class ICalendarSyntaxParserListenerImpl

java.lang.Object
  extended by com.funambol.common.pim.model.icalendar.ICalendarSyntaxParserListenerImpl

public class ICalendarSyntaxParserListenerImpl
extends java.lang.Object


Constructor Summary
ICalendarSyntaxParserListenerImpl(VCalendar calendar)
           
 
Method Summary
 void addAlarm()
           
 void addAlarmProperty(ParserProperty property)
           
 void addDayLightCProperty(ParserProperty property)
           
 void addEventProperty(ParserProperty property)
           
 void addProperty(ParserProperty property)
           
 void addStandardCProperty(ParserProperty property)
           
 void addTimezoneDayLightC()
           
 void addTimezoneProperty(ParserProperty property)
           
 void addTimezoneStandardC()
           
 void addToDoProperty(ParserProperty property)
           
 void end()
           
 void endAlarm()
           
 void endEvent()
           
 void endTimezone()
           
 void endTimezoneDayLightC()
           
 void endTimezoneStandardC()
           
 void endToDo()
           
 void start()
           
 void startAlarm()
           
 void startEvent()
           
 void startTimezone()
           
 void startTimezoneDayLightC()
           
 void startTimezoneStandardC()
           
 void startToDo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICalendarSyntaxParserListenerImpl

public ICalendarSyntaxParserListenerImpl(VCalendar calendar)
Method Detail

start

public void start()

end

public void end()

addProperty

public void addProperty(ParserProperty property)
                 throws ParseException
Throws:
ParseException

startEvent

public void startEvent()
                throws ParseException
Throws:
ParseException

endEvent

public void endEvent()
              throws ParseException
Throws:
ParseException

addEventProperty

public void addEventProperty(ParserProperty property)
                      throws ParseException
Throws:
ParseException

startToDo

public void startToDo()
               throws ParseException
Throws:
ParseException

endToDo

public void endToDo()
             throws ParseException
Throws:
ParseException

addToDoProperty

public void addToDoProperty(ParserProperty property)
                     throws ParseException
Throws:
ParseException

startAlarm

public void startAlarm()
                throws ParseException
Throws:
ParseException

endAlarm

public void endAlarm()
              throws ParseException
Throws:
ParseException

addAlarmProperty

public void addAlarmProperty(ParserProperty property)
                      throws ParseException
Throws:
ParseException

addAlarm

public void addAlarm()
              throws ParseException
Throws:
ParseException

startTimezone

public void startTimezone()
                   throws ParseException
Throws:
ParseException

endTimezone

public void endTimezone()
                 throws ParseException
Throws:
ParseException

addTimezoneProperty

public void addTimezoneProperty(ParserProperty property)
                         throws ParseException
Throws:
ParseException

addTimezoneStandardC

public void addTimezoneStandardC()
                          throws ParseException
Throws:
ParseException

addTimezoneDayLightC

public void addTimezoneDayLightC()
                          throws ParseException
Throws:
ParseException

startTimezoneStandardC

public void startTimezoneStandardC()
                            throws ParseException
Throws:
ParseException

endTimezoneStandardC

public void endTimezoneStandardC()
                          throws ParseException
Throws:
ParseException

addStandardCProperty

public void addStandardCProperty(ParserProperty property)
                          throws ParseException
Throws:
ParseException

startTimezoneDayLightC

public void startTimezoneDayLightC()
                            throws ParseException
Throws:
ParseException

endTimezoneDayLightC

public void endTimezoneDayLightC()
                          throws ParseException
Throws:
ParseException

addDayLightCProperty

public void addDayLightCProperty(ParserProperty property)
                          throws ParseException
Throws:
ParseException


Copyright © 2001-2009 Funambol.