com.sun.jini.example.browser
Class Browser.Service

java.lang.Object
  extended by com.sun.jini.example.browser.Browser.Service
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
Browser

private class Browser.Service
extends Object
implements ActionListener


Field Summary
private  int index
           
private  Class type
           
 
Constructor Summary
Browser.Service(Class type, int index)
           
 
Method Summary
 void actionPerformed(ActionEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private Class type

index

private int index
Constructor Detail

Browser.Service

public Browser.Service(Class type,
                       int index)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent ev)
Specified by:
actionPerformed in interface ActionListener


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.