|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.xl.impl.queues.QueueDescriptor<PropertyQueue> de.grogra.rgg.model.PropertyQueue.PropertyQueueDescriptor
public static final class PropertyQueue.PropertyQueueDescriptor
Field Summary |
---|
Fields inherited from class de.grogra.xl.impl.queues.QueueDescriptor |
---|
DESCRIPTOR_0 |
Constructor Summary | |
---|---|
PropertyQueue.PropertyQueueDescriptor()
|
Method Summary | |
---|---|
PropertyQueue |
createQueue(QueueCollection qc)
Creates a new Queue . |
protected QueueDescriptor[] |
queuesToProcessAfter()
Returns the descriptors of queues which are to be applied after the queue of this descriptor. |
protected QueueDescriptor[] |
queuesToProcessBefore()
Returns the descriptors of queues which are to be applied before the queue of this descriptor. |
Methods inherited from class de.grogra.xl.impl.queues.QueueDescriptor |
---|
addOrder, equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyQueue.PropertyQueueDescriptor()
Method Detail |
---|
public PropertyQueue createQueue(QueueCollection qc)
QueueDescriptor
Queue
. This method is invoked by
QueueCollection.getQueue(QueueDescriptor)
.
createQueue
in class QueueDescriptor<PropertyQueue>
qc
- the invoking QueueCollection
Queue
instance corresponding to this descriptorprotected QueueDescriptor[] queuesToProcessAfter()
QueueDescriptor
queuesToProcessAfter
in class QueueDescriptor<PropertyQueue>
QueueCollection.process(int[])
protected QueueDescriptor[] queuesToProcessBefore()
QueueDescriptor
queuesToProcessBefore
in class QueueDescriptor<PropertyQueue>
QueueCollection.process(int[])
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |