jAER project on SourceForge

net.sf.jaer
Class JAERTrayLauncher

java.lang.Object
  extended by net.sf.jaer.JAERTrayLauncher
All Implemented Interfaces:
de.thesycon.usbio.PnPNotifyInterface

public class JAERTrayLauncher
extends java.lang.Object
implements de.thesycon.usbio.PnPNotifyInterface

Launches JAEViewer when an AE device is plugged in or on menu actions.

Author:
tobi

Constructor Summary
JAERTrayLauncher()
          Creates a new instance of JAERTrayLauncher
 
Method Summary
static void main(java.lang.String[] args)
           
 void onAdd()
           
 void onRemove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAERTrayLauncher

public JAERTrayLauncher()
Creates a new instance of JAERTrayLauncher

Method Detail

onAdd

public void onAdd()
Specified by:
onAdd in interface de.thesycon.usbio.PnPNotifyInterface

onRemove

public void onRemove()
Specified by:
onRemove in interface de.thesycon.usbio.PnPNotifyInterface

main

public static void main(java.lang.String[] args)

jAER project on SourceForge