public interface

IOperable

com.pnfsoftware.jeb.client.api.IOperable

Class Overview

Interface for objects supported Operations.

Summary

Public Methods
abstract boolean doOperation(Operation op)
Perform the operation.
abstract boolean verifyOperation(Operation op)
Check if an operation can be performed in the current object context.

Public Methods

public abstract boolean doOperation (Operation op)

Perform the operation.

Parameters
op operation type
Returns
  • success indicator

public abstract boolean verifyOperation (Operation op)

Check if an operation can be performed in the current object context.

Parameters
op the operation type
Returns
  • true iff the operation can be performed