代码搜索:AudioPlayer
找到约 842 项符合「AudioPlayer」的源代码
代码结果 842
www.eeworm.com/read/243866/4518895
java julia.java
package com.javapatterns.command.audioplayer;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/*
www.eeworm.com/read/240529/4573050
java keypad.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Invoker role
*/
public class Keypad
{
/**
* @link aggregation
*/
private Command playCmd;
/**
www.eeworm.com/read/240529/4573082
java stopcommand.java
package com.javapatterns.command.audioplayer;
/**
* This class plays the role of Concrete Command
*/
public class StopCommand implements Command
{
/**
* @directed
*/
www.eeworm.com/read/240529/4573083
java julia.java
package com.javapatterns.command.audioplayer;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/*
www.eeworm.com/read/318815/3562639
java keypad.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Invoker role
*/
public class Keypad
{
/**
* @link aggregation
*/
private Command playCmd;
/**
www.eeworm.com/read/318815/3562671
java stopcommand.java
package com.javapatterns.command.audioplayer;
/**
* This class plays the role of Concrete Command
*/
public class StopCommand implements Command
{
/**
* @directed
*/
www.eeworm.com/read/318815/3562672
java julia.java
package com.javapatterns.command.audioplayer;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/*
www.eeworm.com/read/314938/3628374
java keypad.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Invoker role
*/
public class Keypad
{
/**
* @link aggregation
*/
private Command playCmd;
/**
www.eeworm.com/read/314938/3628406
java stopcommand.java
package com.javapatterns.command.audioplayer;
/**
* This class plays the role of Concrete Command
*/
public class StopCommand implements Command
{
/**
* @directed
*/
www.eeworm.com/read/314938/3628407
java julia.java
package com.javapatterns.command.audioplayer;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/*