Derived classes that are not in this package need to be able to call

dispatch().


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@414 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-08-23 00:32:36 +00:00
parent 7c29339626
commit b9ba20c19b
+1 -1
View File
@@ -52,7 +52,7 @@ public class BaseControl extends EventDispatcher
/** /**
* Secret function to dispatch property changed events. * Secret function to dispatch property changed events.
*/ */
internal function dispatch (event :Event) :void protected function dispatch (event :Event) :void
{ {
try { try {
super.dispatchEvent(event); super.dispatchEvent(event);