X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=legacy%2Fruntime%2Forg.argeo.slc.support.jemmy%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fjemmy%2FWriteAccessor.java;fp=legacy%2Fruntime%2Forg.argeo.slc.support.jemmy%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fjemmy%2FWriteAccessor.java;h=109e21781d1a80d23b490063b4952e1482ec3c67;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/WriteAccessor.java b/legacy/runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/WriteAccessor.java new file mode 100644 index 000000000..109e21781 --- /dev/null +++ b/legacy/runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/WriteAccessor.java @@ -0,0 +1,23 @@ +/* + * 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 WriteAccessor extends Accessor { + + public void set(String value); + +}