package com.mcac0006.siftscience.event.domain; public class Custom extends Event { public Custom(String eventType) { super(eventType); } }