package opc.ua.im.object;

public class EventQueueOverflowEventType extends BaseEventType {
	
	public EventQueueOverflowEventType() {
		setBrowseName("EventQueueOverflowEventType");
		setAbstract(true);
	}

}
