Public Member Functions

cern.laser.util.buffer.PullEvent Class Reference

Inherits java::util::EventObject.

List of all members.

Public Member Functions

 PullEvent (Object source, Collection pulled)
Collection getPulled ()
String toString ()

Detailed Description

A buffer pull event class. A PullEvent instance is passed as parameter to the SynchroBufferListener pull method.

Author:
F.Calderini

Constructor & Destructor Documentation

cern.laser.util.buffer.PullEvent.PullEvent ( Object  source,
Collection  pulled 
)

Creates a new instance of PullEvent.

Parameters:
source the event source
pulled the pulled objects

Member Function Documentation

Collection cern.laser.util.buffer.PullEvent.getPulled (  ) 

Accessor method.

Returns:
the pulled objects

Referenced by cern.laser.util.buffer.PullEvent.toString().

String cern.laser.util.buffer.PullEvent.toString (  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties