javax.microedition.pim
Interface EventList

All Superinterfaces:
PIMList

public interface EventList
extends PIMList


Field Summary
static int ENDING
           
static int OCCURRING
           
static int STARTING
           
 
Fields inherited from interface javax.microedition.pim.PIMList
UNCATEGORIZED
 
Method Summary
 Event createEvent()
           
 int[] getSupportedRepeatRuleFields(int arg1)
           
 Event importEvent(Event arg1)
           
 Enumeration items(int arg1, long arg2, long arg4, boolean arg6)
           
 void removeEvent(Event arg1)
           
 
Methods inherited from interface javax.microedition.pim.PIMList
addCategory, close, deleteCategory, getArrayElementLabel, getAttributeLabel, getCategories, getFieldDataType, getFieldLabel, getName, getSupportedArrayElements, getSupportedAttributes, getSupportedFields, isCategory, isSupportedArrayElement, isSupportedAttribute, isSupportedField, items, items, items, itemsByCategory, maxCategories, maxValues, renameCategory, stringArraySize
 

Field Detail

STARTING

static final int STARTING
See Also:
Constant Field Values

ENDING

static final int ENDING
See Also:
Constant Field Values

OCCURRING

static final int OCCURRING
See Also:
Constant Field Values
Method Detail

createEvent

Event createEvent()

importEvent

Event importEvent(Event arg1)

removeEvent

void removeEvent(Event arg1)
                 throws PIMException
Throws:
PIMException

items

Enumeration items(int arg1,
                  long arg2,
                  long arg4,
                  boolean arg6)
                  throws PIMException
Throws:
PIMException

getSupportedRepeatRuleFields

int[] getSupportedRepeatRuleFields(int arg1)


Copyright © 2006-2007 Jayway AB. All Rights Reserved.