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

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

private class Browser.Value
extends Object
implements ActionListener


Field Summary
private  Field field
           
private  int index
           
private  Object value
           
 
Constructor Summary
Browser.Value(int index, Field field, Object value)
           
 
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

index

private int index

field

private Field field

value

private Object value
Constructor Detail

Browser.Value

public Browser.Value(int index,
                     Field field,
                     Object value)
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.