Namespace: OtlSync

Interface IOmniEvent

All Superinterfaces:
IOmniSynchro
All Known Implementing Classes:
TOmniEvent

public interface IOmniEvent ( IOmniSynchro

remarks

IOmniEvent is a wrapper around a TEvent object.
It can co-operate with condition variables through the use of an
attached IOmniEventObserver. IOmniEvent objects can be enrolled
in TWaitFor objects on non-windows platforms.
Persistent
False

Method Summary
  public function TEvent BaseEvent()
 
  public Sub Reset()
 
  public Sub SetEvent()
 
 

Method Detail

BaseEvent

public function BaseEvent(): TEvent
Reintroduce
False
Returns
TEvent

Reset

public procedure Reset()
Reintroduce
False

SetEvent

public procedure SetEvent()
Reintroduce
False

Generalization Link

to Interface IOmniSynchro

Client
IOmniEvent
Supplier
IOmniSynchro