Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

iAwsSlot Struct Reference

Interface for signal slots (conduits). More...

#include <aws.h>

Inheritance diagram for iAwsSlot:

iBase List of all members.

Public Methods

virtual void Connect (iAwsSource *source, unsigned long signal, iAwsSink *sink, unsigned long trigger)=0
 Connect sets us up to receive signals from some other component. More...

virtual void Disconnect (iAwsSource *source, unsigned long signal, iAwsSink *sink, unsigned long trigger)=0
 Disconnects us from the specified source and signal. More...

virtual void Emit (iAwsSource &source, unsigned long signal)=0
 Invoked by a source to emit the signal to this slot's sink.


Detailed Description

Interface for signal slots (conduits).


Member Function Documentation

void iAwsSlot::Connect ( iAwsSource * source,
unsigned long signal,
iAwsSink * sink,
unsigned long trigger ) [pure virtual]
 

Connect sets us up to receive signals from some other component.

You can connect to as many different sources and signals as you'd like. You may connect to multiple signals from the same source.

void iAwsSlot::Disconnect ( iAwsSource * source,
unsigned long signal,
iAwsSink * sink,
unsigned long trigger ) [pure virtual]
 

Disconnects us from the specified source and signal.

This may happen automatically if the signal source goes away. You will receive disconnect notification always (even if you request the disconnection.)


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000