org.jboss.cdi.tck.tests.implementation.simple.lifecycle
Class RedSnapper

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.simple.lifecycle.RedSnapper
All Implemented Interfaces:
Animal

@RequestScoped
public class RedSnapper
extends Object
implements Animal


Constructor Summary
RedSnapper()
           
 
Method Summary
 boolean isTouched()
           
 void ping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedSnapper

public RedSnapper()
Method Detail

ping

public void ping()

isTouched

public boolean isTouched()
Returns:
the touched


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