1 package org.wings.plaf; 14 15 import org.wings.SComponent; 16 import org.wings.io.Device; 17 18 import java.io.IOException ; 19 import java.io.Serializable ; 20 21 27 public interface PrefixAndSuffixDelegate extends Serializable { 28 public void writePrefix(Device device, SComponent component) throws IOException ; 29 public void writeSuffix(Device device, SComponent component) throws IOException ; 30 } | Popular Tags |