X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=legacy%2Fruntime%2Forg.argeo.slc.support.jemmy%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fjemmy%2FActuator.java;fp=legacy%2Fruntime%2Forg.argeo.slc.support.jemmy%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fjemmy%2FActuator.java;h=93734fe03c9a77a9797279a527232f0991dd0584;hb=9a8ced3edeed9f0a73f7a2249bb3275dd5694ea1;hp=0000000000000000000000000000000000000000;hpb=bd07be7603d234ac496652aaa07ded77d4a2a292;p=gpl%2Fargeo-slc.git diff --git a/legacy/runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/Actuator.java b/legacy/runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/Actuator.java new file mode 100644 index 000000000..93734fe03 --- /dev/null +++ b/legacy/runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/Actuator.java @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2007-2012 Argeo GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.argeo.slc.jemmy; + + +public interface Actuator extends Accessor { + + void perform(); +}