package Interfaces;
public interface Event {
public String getObjectId();
public String getEventType();
}