/**
* Returns an array of all the window state listeners registered on this
* window.
*
* @since 1.4
*/
public synchronized WindowStateListener[] getWindowStateListeners()
{
return (WindowStateListener[])
AWTEventMulticaster.getListeners(windowStateListener,
WindowStateListener.class);
}
Window.java 文件源码
java
阅读 27
收藏 0
点赞 0
评论 0
项目:jvm-stm
作者:
评论列表
文章目录