package org.ei.drishti.util; public class Event { public static EventBuilder create() { return new EventBuilder(); } }