org.mule.tck.testmodels.fruit
Class Banana
java.lang.Object
org.mule.tck.testmodels.fruit.Banana
- All Implemented Interfaces:
- Serializable, Fruit
public class Banana
- extends Object
- implements Fruit
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Banana
public Banana()
peel
public void peel()
peelEvent
public void peelEvent(EventObject e)
isPeeled
public boolean isPeeled()
bite
public void bite()
- Specified by:
bite
in interface Fruit
isBitten
public boolean isBitten()
- Specified by:
isBitten
in interface Fruit
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.