org.jboss.cdi.tck.tests.event.eventTypes
Class TuneSelect<T>

java.lang.Object
  extended by org.jboss.cdi.tck.tests.event.eventTypes.TuneSelect<T>

public class TuneSelect<T>
extends Object


Constructor Summary
TuneSelect()
           
 
Method Summary
 void broadcastPlaying(org.jboss.cdi.tck.tests.event.eventTypes.Broadcast b)
           
 void soloArtistPlaying(Artist<T> soloArtist)
           
 void songPlaying(Song s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TuneSelect

public TuneSelect()
Method Detail

songPlaying

public void songPlaying(Song s)

broadcastPlaying

public void broadcastPlaying(org.jboss.cdi.tck.tests.event.eventTypes.Broadcast b)

soloArtistPlaying

public void soloArtistPlaying(Artist<T> soloArtist)


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