EventBeanLocal.as 335 Bytes
/**
 * Generated by Gas3 v2.2.0 (Granite Data Services).
 *
 * WARNING: DO NOT CHANGE THIS FILE. IT MAY BE OVERWRITTEN EACH TIME YOU USE
 * THE GENERATOR.
 */

package fi.insomnia.bortal.beans {

    import fi.insomnia.bortal.model.LanEvent;

    public interface EventBeanLocal {

        function get currentEvent():LanEvent;
    }
}