package com.basket.general; public interface Event { boolean isBid(); String getTitle(); Double getAmount(); String brand(); String getSeller(); }