Пример #1
0
		/// <summary>
		/// Adds the specified window state listener to receive window
		/// events from this window.
		/// </summary>
		public void addWindowStateListener(WindowStateListener @l)
		{
		}
Пример #2
0
		/// <summary>
		/// Removes the specified window state listener so that it no
		/// longer receives window events from this window.
		/// </summary>
		public void removeWindowStateListener(WindowStateListener @l)
		{
		}
Пример #3
0
 /// <summary>
 /// Removes the old window-state-listener from window-state-listener-l
 /// and returns the resulting multicast listener. </summary>
 /// <param name="l"> window-state-listener-l </param>
 /// <param name="oldl"> the window-state-listener being removed
 /// @since 1.4 </param>
 public static WindowStateListener Remove(WindowStateListener l, WindowStateListener oldl)
 {
     return((WindowStateListener)RemoveInternal(l, oldl));
 }
Пример #4
0
 /// <summary>
 /// Adds window-state-listener-a with window-state-listener-b
 /// and returns the resulting multicast listener. </summary>
 /// <param name="a"> window-state-listener-a </param>
 /// <param name="b"> window-state-listener-b
 /// @since 1.4 </param>
 public static WindowStateListener Add(WindowStateListener a, WindowStateListener b)
 {
     return((WindowStateListener)AddInternal(a, b));
 }
Пример #5
0
 /// <summary>
 /// Adds the specified window state listener to receive window
 /// events from this window.
 /// </summary>
 public void addWindowStateListener(WindowStateListener @l)
 {
 }
Пример #6
0
 /// <summary>
 /// Removes the specified window state listener so that it no
 /// longer receives window events from this window.
 /// </summary>
 public void removeWindowStateListener(WindowStateListener @l)
 {
 }