Example usage for java.lang Object subclass-usage

List of usage examples for java.lang Object subclass-usage

Introduction

In this page you can find the example usage for java.lang Object subclass-usage.

Usage

From source file ClubSkeleton.java

/**
 * Copyright 2015 Aneesh Shastry
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file ser423.CalculatorSkeleton.java

/**
 * Copyright (c) 2014 Tim Lindquist,
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file BestReplacement.java

public class BestReplacement extends Object {
    private Thread internalThread;

    private volatile boolean stopRequested;

    private BooleanLock suspendRequested;

From source file CoreJavaSound.java

public class CoreJavaSound extends Object implements LineListener {
    File soundFile;

    JDialog playingDialog;

    Clip clip;

From source file Main.java

public class Main extends Object implements LineListener {
    File soundFile;

    JDialog playingDialog;

    Clip clip;

From source file ExceptionCallbackMain.java

public class ExceptionCallbackMain extends Object implements ExceptionListener {

    private int exceptionCount;

    public ExceptionCallbackMain() {
        exceptionCount = 0;

From source file waypoint.server.Waypoint.java

/**
 * Copyright (c) 2015 Tim Lindquist,
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file PipedBytes.java

public class PipedBytes extends Object {
    public static void writeStuff(OutputStream rawOut) {
        try {
            DataOutputStream out = new DataOutputStream(new BufferedOutputStream(rawOut));

            int[] data = { 82, 105, 99, 104, 97, 114, 100, 32, 72, 121, 100, 101 };

From source file ser423.client.CalcJavaClient.java

/**
 * Copyright (c) 2014 Tim Lindquist,
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file edu.asu.msse.gnayak2.main.CollectionSkeleton.java

/**
 * Copyright (c) 2016 Tim Lindquist,
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at