Package voxo.client.views

Examples of voxo.client.views.MainView.dispose()


            if (IGUI.getClass() == MainView.class)
              mView = (MainView) IGUI; 
          }
        }
        if( mView != null )
          mView.dispose();
        break;
      case SERVER_KickUser:
        MainView mView2 = null;
        if (me != null) {
          for (GUIEventInterface IGUI : algui) {
View Full Code Here


            if (IGUI.getClass() == MainView.class)
              mView2 = (MainView) IGUI; 
          }
        }
        if( mView2 != null )
          mView2.dispose();
        break;
      default:
        // TODO log unknown packet
        break;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.