home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
filler.swf
/
scripts
/
mx
/
core
/
IPropertyChangeNotifier.as
< prev
next >
Wrap
Text File
|
2008-09-02
|
167b
|
10 lines
package mx.core
{
import flash.events.IEventDispatcher;
public interface IPropertyChangeNotifier extends IEventDispatcher, IUID
{
}
}