C# Class java.util.prefs.NodeChangeEvent

Inheritance: java.util.EventObject
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
NodeChangeEvent ( java arg0, java arg1 )
getChild ( ) : global::java.util.prefs.Preferences
getParent ( ) : global::java.util.prefs.Preferences

Méthodes protégées

Méthode Description
NodeChangeEvent ( global @__env )

Private Methods

Méthode Description
NodeChangeEvent ( )

Method Details

NodeChangeEvent() protected méthode

protected NodeChangeEvent ( global @__env )
@__env global

NodeChangeEvent() public méthode

public NodeChangeEvent ( java arg0, java arg1 )
arg0 java
arg1 java

getChild() public méthode

public getChild ( ) : global::java.util.prefs.Preferences
Résultat global::java.util.prefs.Preferences

getParent() public méthode

public getParent ( ) : global::java.util.prefs.Preferences
Résultat global::java.util.prefs.Preferences