1 package org.catacomb.interlish.structure; 2 3 4 5 public interface ActionSource { 6 7 8 void setActionRelay(ActionRelay ar); 9 10 }