org.jboss.cdi.tck.tests.decorators.custom
Class Bus

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.custom.Bus
All Implemented Interfaces:
Vehicle

public class Bus
extends Object
implements Vehicle


Constructor Summary
Bus()
           
 
Method Summary
 String start()
           
 String stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bus

public Bus()
Method Detail

start

public String start()
Specified by:
start in interface Vehicle

stop

public String stop()
Specified by:
stop in interface Vehicle


Copyright © 2008-2012 Seam Framework. All Rights Reserved.