메소드 | 설명 | |
---|---|---|
bubbleCancelled ( ) : boolean | Returns true if this Event will not bubble any further up the stack. | |
cancelBubble ( $cancel = true ) | Prevent this Event from bubbling any further up the stack. | |
getSource ( ) : object | Get the source object of this event. |
public bubbleCancelled ( ) : boolean | ||
리턴 | boolean |
public cancelBubble ( $cancel = true ) |