Uses of Interface
com.fuxi.javaagent.contentobjects.jnotify.Observer

Packages that use Observer
com.fuxi.javaagent.contentobjects.jnotify   
com.fuxi.javaagent.contentobjects.jnotify.linux   
com.fuxi.javaagent.contentobjects.jnotify.macosx   
com.fuxi.javaagent.contentobjects.jnotify.win32   
 

Uses of Observer in com.fuxi.javaagent.contentobjects.jnotify
 

Methods in com.fuxi.javaagent.contentobjects.jnotify with parameters of type Observer
static void JNotify.init(String releasePath, Observer observer)
           
 

Uses of Observer in com.fuxi.javaagent.contentobjects.jnotify.linux
 

Fields in com.fuxi.javaagent.contentobjects.jnotify.linux with type parameters of type Observer
static List<Observer> JNotify_linux.list
           
 

Methods in com.fuxi.javaagent.contentobjects.jnotify.linux with parameters of type Observer
static void JNotify_linux.registerObserver(Observer o)
           
 

Uses of Observer in com.fuxi.javaagent.contentobjects.jnotify.macosx
 

Fields in com.fuxi.javaagent.contentobjects.jnotify.macosx with type parameters of type Observer
static List<Observer> JNotify_macosx.list
           
 

Methods in com.fuxi.javaagent.contentobjects.jnotify.macosx with parameters of type Observer
static void JNotify_macosx.registerObserver(Observer o)
           
 

Uses of Observer in com.fuxi.javaagent.contentobjects.jnotify.win32
 

Fields in com.fuxi.javaagent.contentobjects.jnotify.win32 with type parameters of type Observer
static List<Observer> JNotify_win32.list
           
 

Methods in com.fuxi.javaagent.contentobjects.jnotify.win32 with parameters of type Observer
static void JNotify_win32.registerObserver(Observer o)
           
 



Copyright © 2018. All rights reserved.