com.funambol.common.pim.model.xvcalendar
Class XVCalendarSyntaxParserListenerImpl

java.lang.Object
  extended by com.funambol.common.pim.model.xvcalendar.XVCalendarSyntaxParserListenerImpl

public class XVCalendarSyntaxParserListenerImpl
extends java.lang.Object


Constructor Summary
XVCalendarSyntaxParserListenerImpl(VCalendar calendar)
           
 
Method Summary
 void addEventProperty(ParserProperty property)
           
 void addProperty(ParserProperty property)
           
 void addToDoProperty(ParserProperty property)
           
 void end()
           
 void endEvent()
           
 void endToDo()
           
 void start()
           
 void startEvent()
           
 void startToDo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XVCalendarSyntaxParserListenerImpl

public XVCalendarSyntaxParserListenerImpl(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


Copyright © 2001-2009 Funambol.