aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/shared/ui/embedded/EmbeddedServerRpc.java
blob: 27af1623b08ee0a7f13991a4de0ce828796932e8 (plain)
1
2
3
4
5
6
7
8
9
pre { line-height: 125%; }
td.linenos .normal { color: inherit
/* 
@VaadinApache2LicenseForJavaFiles@
 */
package com.vaadin.shared.ui.embedded;

import com.vaadin.shared.communication.ServerRpc;
import com.vaadin.shared.ui.ClickRpc;

public interface EmbeddedServerRpc extends ClickRpc, ServerRpc {
}
n class="w"> org.apache.fop.pdf; /** * A structure type, as defined in Section 10.6.2 of the PDF Reference, fourth edition (PDF 1.5). */ public interface StructureType { /** * Returns the name of this structure type. * * @return the name object identifying this structure type */ PDFName getName(); }