代码搜索:EVENT
找到约 10,000 项符合「EVENT」的源代码
代码结果 10,000
www.eeworm.com/read/389746/8505180
event
www.eeworm.com/read/474341/1394341
as event.as
import com.yahoo.core.CoreObject;
/**
* The root class from which all event state objects shall be derived.
*
* @version 1.0
* @see CoreObject
*
*/
class com.yahoo.event.Event
www.eeworm.com/read/377343/2702003
as event.as
import com.yahoo.core.CoreObject;
/**
* The root class from which all event state objects shall be derived.
*
* @version 1.0
* @see CoreObject
*
*/
class com.yahoo.event.Event
www.eeworm.com/read/373539/2761565
as event.as
//----------------------------------------
/*
@Description: 事件类的基类.触发事件时,是事件侦听的参数.如果需要传递参数,你可以继承此类.
@usage: dispatchEvent(new Event(Event.COMPLETE));
addEventListener(Event.COMPLETE, li
www.eeworm.com/read/292026/8381746
cpp event.cpp
#include "Event.h"
namespace TrueCrypt
{
void Event::Connect (const EventConnectorBase &connector)
{
ScopeLock lock (HandlersMutex);
ConnectedHandlers.push_back (shared_ptr
www.eeworm.com/read/292026/8381760
h event.h
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.4 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/292010/8382931
cpp event.cpp
#include "Event.h"
#include
#include
#include "MyAssert.h"
using namespace std;
CEvent::CEvent(CEvent *v_Parent)
: m_Parent(v_Parent)
{
}
/*
* 函数介绍:析构,从上一级移除自己,下一级则失去事件响应
www.eeworm.com/read/292010/8382976
h event.h
#ifndef __EVENT_H__
#define __EVENT_H__
#include
#include "OSHeaders.h"
class CEvent;
struct MsgData
{
UInt32 m_MsgID;
CEvent *m_MsgRecvObj;
Int32 m_Value;
UInt32 m_PrioID;
Bool opera