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:
@@ -52,7 +52,7 @@ public class BaseControl extends EventDispatcher
|
||||
/**
|
||||
* Secret function to dispatch property changed events.
|
||||
*/
|
||||
internal function dispatch (event :Event) :void
|
||||
protected function dispatch (event :Event) :void
|
||||
{
|
||||
try {
|
||||
super.dispatchEvent(event);
|
||||
|
||||
Reference in New Issue
Block a user