private static final class NotifierBase.LoopBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
private |
NotifierBase.LoopBuilder()
Private Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static WaveHandler |
newHandler(WaveReady<?> linkedObject,
WaveChecker waveChecker,
Method method)
Build a new empty component wrapper.
|
static WaveSubscription |
newSubscription(WaveType waveType)
Build a new
WaveSubscription. |
public static WaveSubscription newSubscription(WaveType waveType)
WaveSubscription.waveType - the Wave Type listenedWaveSubscription instancepublic static WaveHandler newHandler(WaveReady<?> linkedObject, WaveChecker waveChecker, Method method)
linkedObject - the object to wrap into an handlerwaveChecker - the wave checkermethod - the method used to handle the wave (could be null)Copyright © 2011–2014 JRebirth OSS. All rights reserved.