Inherits java::util::EventObject.
Public Member Functions | |
| PullEvent (Object source, Collection pulled) | |
| Collection | getPulled () |
| String | toString () |
A buffer pull event class. A PullEvent instance is passed as parameter to the SynchroBufferListener pull method.
| cern.laser.util.buffer.PullEvent.PullEvent | ( | Object | source, | |
| Collection | pulled | |||
| ) |
Creates a new instance of PullEvent.
| source | the event source | |
| pulled | the pulled objects |
| Collection cern.laser.util.buffer.PullEvent.getPulled | ( | ) |
Accessor method.
Referenced by cern.laser.util.buffer.PullEvent.toString().
| String cern.laser.util.buffer.PullEvent.toString | ( | ) |
References cern.laser.util.buffer.PullEvent.getPulled().
1.7.0