jaugment2.UI.textUI
Class TextUI.AppEntry

java.lang.Object
  |
  +--jaugment2.UI.textUI.TextUI.AppEntry
Enclosing class:
TextUI

protected static class TextUI.AppEntry
extends java.lang.Object

this is the class for entries in the runningApps-list


Field Summary
(package private)  TextUIRepresentable app
           
(package private)  net.jini.core.lease.Lease l
           
(package private)  java.lang.String name
           
 
Constructor Summary
TextUI.AppEntry(TextUIRepresentable app, java.lang.String name, net.jini.core.lease.Lease l)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

app

TextUIRepresentable app

name

java.lang.String name

l

net.jini.core.lease.Lease l
Constructor Detail

TextUI.AppEntry

public TextUI.AppEntry(TextUIRepresentable app,
                       java.lang.String name,
                       net.jini.core.lease.Lease l)