Code Examples
A repository of 155 code examples for BeepBeep
episodes.PressureEvent Class Referenceabstract

Abstract class representing events in a pressure stream. More...

Classes

class  EpisodeEnd
 Event representing the end of an episode.
 
class  EpisodeStart
 Event representing the start of an episode.
 
class  GetValue
 BeepBeep function checking if an event is an instance of "episode end".
 
class  IsEpisodeEnd
 BeepBeep function checking if an event is an instance of "episode end".
 
class  IsEpisodeStart
 BeepBeep function checking if an event is an instance of "episode start".
 
class  IsNewDay
 BeepBeep function checking if an event is an instance of "new day".
 
class  IsReading
 BeepBeep function checking if an event is an instance of reading.
 
class  NewDay
 Event representing the start of a new day.
 
class  Reading
 Event containing a pressure reading.
 

Static Public Attributes

static final NewDay NEW_DAY = new NewDay()
 Static reference to a "new day" event.
 
static final EpisodeStart EPISODE_START = new EpisodeStart()
 Static reference to an "episode start" event.
 
static final EpisodeEnd EPISODE_END = new EpisodeEnd()
 Static reference to an "episode end" event.
 

Detailed Description

Abstract class representing events in a pressure stream.

Definition at line 25 of file PressureEvent.java.


The documentation for this class was generated from the following file: