Package com.avrix.events
Class OnDeviceTextEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnDeviceTextEvent
Triggered when a media device is displaying text.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract void
handleEvent
(String interactCodes, Float x, Float y, Float z, String line, zombie.inventory.types.Radio device) Called Event Handling Methodabstract void
handleEvent
(String interactCodes, Float x, Float y, Float z, String line, zombie.iso.objects.IsoWaveSignal device) Called Event Handling Methodabstract void
handleEvent
(String interactCodes, Float x, Float y, Float z, String line, zombie.vehicles.VehiclePart device) Called Event Handling Method
-
Constructor Details
-
OnDeviceTextEvent
public OnDeviceTextEvent()
-
-
Method Details
-
getEventName
Getting the event name- Specified by:
getEventName
in classEvent
- Returns:
- name of the event being implemented
-
handleEvent
public abstract void handleEvent(String interactCodes, Float x, Float y, Float z, String line, zombie.iso.objects.IsoWaveSignal device) Called Event Handling Method- Parameters:
interactCodes
- The interaction codes of the media device.x
- The x coordinate of the media device displaying the text.y
- The y coordinate of the media device displaying the text.z
- The z coordinate of the media device displaying the text.line
- The line of text which the media device is displaying.device
- The media device that is displaying the text.
-
handleEvent
public abstract void handleEvent(String interactCodes, Float x, Float y, Float z, String line, zombie.inventory.types.Radio device) Called Event Handling Method- Parameters:
interactCodes
- The interaction codes of the media device.x
- The x coordinate of the media device displaying the text.y
- The y coordinate of the media device displaying the text.z
- The z coordinate of the media device displaying the text.line
- The line of text which the media device is displaying.device
- The media device that is displaying the text.
-
handleEvent
public abstract void handleEvent(String interactCodes, Float x, Float y, Float z, String line, zombie.vehicles.VehiclePart device) Called Event Handling Method- Parameters:
interactCodes
- The interaction codes of the media device.x
- The x coordinate of the media device displaying the text.y
- The y coordinate of the media device displaying the text.z
- The z coordinate of the media device displaying the text.line
- The line of text which the media device is displaying.device
- The media device that is displaying the text.
-