package de.wwwu.awolf.model.communication; public interface Message { SubscriberType getType(); void setType(SubscriberType type); }