All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jpattern.gwt.client.bus.IEventObserver Maven / Gradle / Ivy

There is a newer version: 2.45.7
Show newest version
package com.jpattern.gwt.client.bus;

import com.jpattern.gwt.client.event.IEvent;
import com.jpattern.gwt.client.event.IEventResult;

/**
 * 
 * @author Francesco Cina'
 *
 * Dec 5, 2011
 */
public interface IEventObserver {

	 void onEventStart(Class> eventClass);
	
	 void onEventEnd(Class> eventClass, IEventResult eventResult);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy