Package | Description |
---|---|
org.freehep.record.loop |
Classes that handle fetching records from sources and serving them to consumers.
|
Modifier and Type | Method and Description |
---|---|
RecordLoop.Event |
LoopEvent.getEventType()
Returns the type of this event.
|
static RecordLoop.Event |
RecordLoop.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordLoop.Event[] |
RecordLoop.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LoopEvent(RecordLoop loop,
RecordLoop.Event type,
RecordLoop.State state,
RecordLoop.Command command,
Object[] commandParameters,
Throwable exception,
boolean pauseRequested,
boolean stopRequested,
long supplied,
long totalSupplied,
long consumed,
long totalConsumed,
long countableConsumed,
long totalCountableConsumed,
long timeInLoop) |
Copyright © 2000-2012 FreeHEP. All Rights Reserved.