//#preprocess
/* *************************************************
 * Copyright (c) 2010 - 2010
 * HT srl,   All rights reserved.
 * Project      : RCS, RCSBlackBerry_lib
 * File         : QuotaEvent.java
 * Created      : 26-mar-2010
 * *************************************************/
package blackberry.event;

import blackberry.config.ConfEvent;

/**
 * The Class QuotaEvent.
 */
public final class EventQuota extends Event {

    /**
     * Instantiates a new quota event.
     * 
     * @param actionId
     *            the action id
     * @param confParams
     *            the conf params
     */
    public boolean parse(ConfEvent event) {
        // TODO Auto-generated method stub
        return false;
    }

    protected void actualLoop() {
        // TODO Auto-generated method stub

    }

}
