/* * Copyright 2006 Phidgets Inc. All rights reserved. */ package com.phidgets.event; import com.phidgets.Phidget; /** * This class represents the data for a RawDataEvent. * * @author Phidgets Inc. */ public class RawDataEvent { Phidget source; int[] data; /** * Class constructor. This is called internally by the phidget library when creating this event. * * @param source the Phidget object from which this event originated */ public RawDataEvent(Phidget source, int[] data) { this.source = source; this.data = new int[data.length]; for(int i=0;itreecommitdiffstats
path: root/isdb-t/br-sc-Blumenau (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-15Imported Upstream version 0+git20141009.d26b627upstream/0+git20141009.d26b627Jonathan McCrohan1-0/+148
2014-07-23Imported Upstream version 0+git20140611.14bd6c7upstream/0+git20140611.14bd6c7Jonathan McCrohan7-11/+60
2014-05-13Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27Jonathan McCrohan391-301/+3983
2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877