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