代码搜索:Notify
找到约 4,184 项符合「Notify」的源代码
代码结果 4,184
www.eeworm.com/read/418563/2087299
java basicplayerlistener.java
package javazoom.jlGui;
/**
* BasicPlayerListener.
*/
/**
* BasicPlayerListener.
* This interface defines method that a player should implement to be notify
* from Audio events.
* Ho
www.eeworm.com/read/262926/4307854
java basicplayerlistener.java
package javazoom.jlGui;
/**
* BasicPlayerListener.
*/
/**
* BasicPlayerListener.
* This interface defines method that a player should implement to be notify
* from Audio events.
* Ho
www.eeworm.com/read/257326/4364330
java basicplayerlistener.java
package javazoom.jlGui;
/**
* BasicPlayerListener.
*/
/**
* BasicPlayerListener.
* This interface defines method that a player should implement to be notify
* from Audio events.
* Ho
www.eeworm.com/read/253785/4392149
m ttnotifyall.m
% TTNOTIFYALL Notify all tasks waiting for an event.
%
% Usage: ttNotifyAll(eventname)
%
% Inputs:
% eventname Name of an event.
%
% See also TTCREATEEVENT, TTWAIT, TTNOTIFY
%
%
www.eeworm.com/read/160156/5576646
m ttnotifyall.m
% TTNOTIFYALL Notify all tasks waiting for an event.
%
% Usage: ttNotifyAll(eventname)
%
% Inputs:
% eventname Name of an event.
%
% See also TTCREATEEVENT, TTWAIT, TTNOTIFY
%
%
www.eeworm.com/read/156067/5613223
m ttnotifyall.m
% TTNOTIFYALL Notify all tasks waiting for an event.
%
% Usage: ttNotifyAll(eventname)
%
% Inputs:
% eventname Name of an event.
%
% See also TTCREATEEVENT, TTWAIT, TTNOTIFY
%
%
www.eeworm.com/read/235154/14083453
c 4_waitpid.c
/** sol08.10.c
** ------------------------------------------------------------
Another program that uses SIGCHLD to notify the parent
when a child exits is
sol08.10.c.
This program creates sever
www.eeworm.com/read/132541/14084342
java spender.java
package examples.threads;
/** A class to demonstrate wait and notify methods
*/
public class Spender extends Thread {
private BankAccount account;
/** Class constructor method
www.eeworm.com/read/132541/14084354
java saver.java
package examples.threads;
/** A class to demonstrate wait and notify methods
*/
public class Saver implements Runnable {
private BankAccount account;
/** Class constructor method
www.eeworm.com/read/101169/15842235
h notificationprovider.h
// NotificationProvider.h
//
// Class that provides the functionality to add and remove observers, and
// to notify observers of subject's changes (Observer pattern)
//
// How to use it: class My