ServerConnectEvent.java
Go to the documentation of this file.
00001 /*
00002  * Copyright 2006 Phidgets Inc.  All rights reserved.
00003  */
00004 
00005 package com.phidgets.event;
00006 
00007 import com.phidgets.Phidget;
00008 
00014 public class ServerConnectEvent
00015 {
00016         Object source;
00017 
00023         public ServerConnectEvent(Object source)
00024         {
00025                 this.source = source;
00026         }
00027 
00035         public Object getSource()
00036         {
00037                 return source;
00038         }
00039 
00045         public String toString() {
00046                 return source.toString();
00047         }
00048 }


pedal_monitor
Author(s): Pedro Mendes
autogenerated on Fri Jun 6 2014 18:37:21