Package jsl.modeling.queue
Interface QueueListenerIfc<T extends QObject>
-
- Type Parameters:
T
- the sub-type of QObject that is associated with the updating
- All Known Implementing Classes:
QueueResponse
public interface QueueListenerIfc<T extends QObject>
This interface should be implemented by classes that need to be notified when an object gets enqueued or when the object gets removed (via removeNext()) on a queue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(T qObject)
-
-
-
Method Detail
-
update
void update(T qObject)
-
-