1 /*2 * Copyright (c) 2001-2005 OFFIS. This program is made available under the terms of3 * the MIT License.4 */5 package org.easymock.internal;6 7 public interface IBehaviorFactory {8 IBehavior createBehavior();9 }10