public class WaveSubscription extends Object
Constructor and Description |
---|
WaveSubscription(WaveType waveType,
List<WaveHandler> waveHandlers)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<WaveHandler> |
getWaveHandlers() |
WaveType |
getWaveType() |
public WaveSubscription(WaveType waveType, List<WaveHandler> waveHandlers)
waveType
- the listened wave typewaveHandlers
- the list of handler attached to this wave typepublic WaveType getWaveType()
public List<WaveHandler> getWaveHandlers()
Copyright © 2011–2016 JRebirth OSS. All rights reserved.