1 2 package org.state4j.publishing; 3 4 5 public interface PublishableFilter { 6 boolean filter(Publishable event); 7 }